Unlimited-OCR-Community-FP8-Dynamic / special_tokens_map.json
mattbusi's picture
Community quant of baidu/Unlimited-OCR (uocr-quant)
c515c33 verified
Raw
History Blame
549 Bytes
{
"additional_special_tokens": [
"<|User|>",
"<|Assistant|>"
],
"bos_token": {
"content": "<|begin▁of▁sentence|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|end▁of▁sentence|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|▁pad▁|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}