wizardlm-7b-uncensored-gptq / special_tokens_map.json
seonglae's picture
build: AutoGPTQ for ehartford/WizardLM-7B-Uncensored: 4bits, gr128, desc_act=False
a4260b5
raw
history blame
411 Bytes
{
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}