guhan-30b-fp8 / special_tokens_map.json
mygitphase's picture
Duplicate from sarvamai/sarvam-30b-fp8
3f7d43c
Raw
History Blame Contribute Delete
576 Bytes
{
"boi_token": "<|start_of_image|>",
"bos_token": {
"content": "[@BOS@]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eoi_token": "<|end_of_image|>",
"eos_token": {
"content": "<|end_of_turn|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"image_token": "<|image_soft_token|>",
"pad_token": "<|end_of_turn|>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}