deepthinkvla_base / special_tokens_map.json
yinchenghust's picture
Upload folder using huggingface_hub
14611fc verified
raw
history blame contribute delete
655 Bytes
{
"additional_special_tokens": [
"<image>", "<think>", "</think>", "<action>", "</action>"
],
"bos_token": {
"content": "<bos>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<eos>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<pad>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}