LightOnOCR-0.9B-16k-1025 / special_tokens_map.json
Bapt120's picture
Upload folder using huggingface_hub
0e83d36 verified
raw
history blame
464 Bytes
{
"additional_special_tokens": [
"<|im_start|>",
"<|object_ref_start|>",
"<|object_ref_end|>",
"<|box_start|>",
"<|box_end|>",
"<|image_pad|>"
],
"eos_token": {
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}