Llama-3.2-1B-4bit / special_tokens_map.json
shashikanth-a's picture
d71122947b3de461b58cbe8fcefbd5b9c70acef4b53c6dbc793135abeb89f88d
9f92fac 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
}
}