Safetensors
fireboltlm
FireboltVL / special_tokens_map.json
huyquoctrinh's picture
Upload folder using huggingface_hub
9f96a83 verified
raw
history blame contribute delete
621 Bytes
{
"additional_special_tokens": [
"<SUMMARY>",
"</SUMMARY>",
"<REASONING>",
"</REASONING>",
"<CAPTION>",
"</CAPTION>",
"<CONCLUSION>",
"</CONCLUSION>"
],
"bos_token": {
"content": "<|startoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|pad|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}