llama2_chatdoctor_finetuned / tokenizer_config.json
SallySun's picture
Upload 11 files
265378d verified
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": ""
}