llama3.2-3B-base-s-compression / special_tokens_map.json
jan-hq's picture
Update Llama3 Tokenizer with Sound Tokens
1b608a9 verified
raw
history blame contribute delete
634 Bytes
{
"additional_special_tokens": [
{
"content": "<|sound_start|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
{
"content": "<|sound_end|>",
"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": "<|end_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}