Llama3.2-3B-Instruct_Lean_Code_no_nl / special_tokens_map.json
cutelemonlili's picture
Add files using upload-large-folder tool
fc8f712 verified
raw
history blame contribute delete
650 Bytes
{
"additional_special_tokens": [
{
"content": "<|eot_id|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
{
"content": "<|eom_id|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
],
"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": "<|eot_id|>"
}