llama-3.2-3b-v1-LS / special_tokens_map.json
bharathsj's picture
Upload folder using huggingface_hub
c62524a verified
raw
history blame contribute delete
394 Bytes
{
"additional_special_tokens": [
"<|im_start|>",
"<|im_end|>",
"<|im_sep|>"
],
"bos_token": {
"content": "<|begin_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|end_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}