koala-7B-GPTQ / special_tokens_map.json
TheBloke's picture
Update special_tokens_map.json to match other models, like Vicuna - the Koala conversion process does not fill out this file, but based on the code I think these special tokens should be defined.
21e4ac4
{
"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
}
}