Mistral-NeMo-Minitron-8B-Instruct / special_tokens_map.json
schroneko's picture
fb21fc88a476f247eb36741dae2678c722bfe6e889523502fce6bb31d22e6950
fa7a5b8 verified
raw
history blame
414 Bytes
{
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}