mistral-8x7b-chat / special_tokens_map.json
mattshumer's picture
10261a6a35d21fc283365b1802b6d5b236d90ba8860bbb7ac84798b8c26a3506
35c2f95
raw
history blame
443 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": "</s>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}