dolphin-2.0-mistral-7b-itmo-edu / special_tokens_map.json
sonyaleaf's picture
Upload tokenizer
dc84f84
raw
history blame contribute delete
431 Bytes
{
"bos_token": {
"content": "<s>",
"lstrip": true,
"normalized": false,
"rstrip": true,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": true,
"normalized": false,
"rstrip": true,
"single_word": false
},
"pad_token": "</s>",
"unk_token": {
"content": "<unk>",
"lstrip": true,
"normalized": false,
"rstrip": true,
"single_word": false
}
}