1.5b-llama-model / special_tokens_map.json
saneowl's picture
Upload of 1.5B Llama model with Llama-3.2-1B tokenizer
9a57854 verified
Raw
History Blame Contribute Delete
301 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
}
}