vicuna-7b-v1.1 / special_tokens_map.json
TheBloke's picture
Fix special tokens (otherwise model will not stop appropriately) (#1)
44256c1
raw history blame
No virus
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
}
}