VARCO-VISION-2.0-14B / special_tokens_map.json
kimyoungjune's picture
Upload folder using huggingface_hub
8647152 verified
raw
history blame contribute delete
585 Bytes
{
"additional_special_tokens": [
"<gro>",
"<ocr>",
"<char>",
"</char>",
"<obj>",
"</obj>",
"<bbox>",
"</bbox>",
"<delim>"
],
"eos_token": {
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "[UNK]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "[UNK]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}