Llama-3.2-3B-4bit / special_tokens_map.json
shashikanth-a's picture
fed277a4e46c543db5ef4c361dc64f1033fb6c789a76974c683c525d022c771d
f7a5fb7 verified
raw
history blame
459 Bytes
{
"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
},
"pad_token": {
"content": "<|finetune_right_pad_id|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}