opt-125m-4bit-gptq / special_tokens_map.json
seonglae's picture
build: AutoGPTQ for facebook/opt-125m: 4bits, gr128, desc_act=False
2019cce
raw
history blame contribute delete
No virus
548 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
},
"pad_token": {
"content": "<pad>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "</s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}