Yi-1.5-34B-32K-tokfix / tokenizer_config.json
AuriAetherwiing's picture
Duplicate from 01-ai/Yi-1.5-34B-32K
0428dbd verified
raw
history blame
322 Bytes
{
"add_bos_token": false,
"add_eos_token": false,
"model_max_length": 200000,
"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"
}