Llama3.1-s-base / special_tokens_map.json
SamuelAzran's picture
Upload tokenizer
4d3b8a4 verified
raw
history blame contribute delete
377 Bytes
{
"additional_special_tokens": [
"<|sound_start|>",
"<|sound_end|>"
],
"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
}
}