Yi-9B-200K-exl2 / tokenizer_config.json
bartowski's picture
Quant for 3.5
541fc1b verified
raw history blame
No virus
320 Bytes
{
"add_bos_token": false,
"add_eos_token": false,
"model_max_length": 4096,
"unk_token": "<unk>",
"bos_token": "<|startoftext|>",
"eos_token": "<|endoftext|>",
"pad_token": "<unk>",
"sp_model_kwargs": {},
"clean_up_tokenization_spaces": false,
"legacy": true,
"tokenizer_class": "LlamaTokenizer"
}