Dolphin-2.9.3-Mistral-Nemo-12b-4bit / special_tokens_map.json
prince-canuma's picture
dc07ab982e138f899666c1768746de5abb27ed9dd59424a760f1fea7139a92f6
a54c378 verified
raw
history blame
558 Bytes
{
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<pad>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}