mpt-7b-peft-compatible / tokenizer_config.json
cekal's picture
Rename tokenizer_config (2).json to tokenizer_config.json
59f7af8
raw
history blame
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|>"
}