Dolphin-2.0-Nebula-v2-7B / special_tokens_map.json
Weyaxi's picture
Upload folder using huggingface_hub
ece9438
raw
history blame contribute delete
No virus
408 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
},
"unk_token": {
"content": "<unk>",
"lstrip": true,
"normalized": false,
"rstrip": true,
"single_word": false
}
}