mpt-7b-wizardlm / tokenizer_config.json
hugging2021's picture
Duplicate from openaccess-ai-collective/mpt-7b-wizardlm
9121146 verified
raw
history blame contribute delete
No virus
237 Bytes
{
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"model_max_length": 2048,
"tokenizer_class": "GPTNeoXTokenizer",
"unk_token": "<|endoftext|>"
}