InternVL2-1B / special_tokens_map.json
czczup's picture
Upload folder using huggingface_hub
055968f verified
raw
history blame
No virus
498 Bytes
{
"additional_special_tokens": [
"<|im_start|>",
"<|im_end|>",
"<img>",
"</img>",
"<IMG_CONTEXT>",
"<quad>",
"</quad>",
"<ref>",
"</ref>",
"<box>",
"</box>"
],
"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
}
}