QServe-benchmarks / Yi-34B /tokenizer_config.json
Shangy's picture
Upload folder using huggingface_hub
8b925f1 verified
raw
history blame contribute delete
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"
}