SimpleTool / special_tokens_map.json
Cialtion's picture
Upload folder using huggingface_hub
728aa10 verified
raw
history blame
875 Bytes
{
"additional_special_tokens": [
"<|im_start|>",
"<|im_end|>",
"<|object_ref_start|>",
"<|object_ref_end|>",
"<|box_start|>",
"<|box_end|>",
"<|quad_start|>",
"<|quad_end|>",
"<|vision_start|>",
"<|vision_end|>",
"<|vision_pad|>",
"<|image_pad|>",
"<|video_pad|>",
"<content>",
"</content>",
"<function>",
"</function>",
"<arg1>",
"</arg1>",
"<arg2>",
"</arg2>",
"<arg3>",
"</arg3>",
"<arg4>",
"</arg4>",
"<arg5>",
"</arg5>",
"<arg6>",
"</arg6>",
"<|null|>"
],
"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
}
}