Llama-3.2-1B_full_sft_Python_data_12K / special_tokens_map.json
macabdul9's picture
Upload tokenizer
d8b0e66 verified
raw
history blame contribute delete
494 Bytes
{
"additional_special_tokens": [
"<|eom_id|>"
],
"bos_token": {
"content": "<|begin_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|eot_id|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|eot_id|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}