llama-30b-supercot / special_tokens_map.json
morgul's picture
24f2ee55609163a695f8218405b7286d555a0997dbcc6bac28c9475022fc4290
a14c496 verified
raw
history blame
411 Bytes
{
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}