chatdoctor / tokenizer_config.json
dwmyoung's picture
Update tokenizer_config.json (#1)
8fdcfdd
raw
history blame contribute delete
No virus
228 Bytes
{
"bos_token": "",
"eos_token": "",
"model_max_length": 512,
"padding_side": "right",
"special_tokens_map_file": "./weights/llama-7b/special_tokens_map.json",
"tokenizer_class": "LlamaTokenizer",
"unk_token": ""
}