airoboros-mistral2.2-Starling-11b / special_tokens_map.json
Delcos's picture
Upload 6 files
39f579c
raw
history blame contribute delete
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
}
}