mosaicml-mpt-30b-chat-w4-g128-awq / tokenizer_config.json
abhinavkulkarni's picture
Upload tokenizer
25c913a
raw
history blame
No virus
373 Bytes
{
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"max_length": null,
"model_max_length": 8192,
"pad_to_multiple_of": null,
"pad_token": "<|endoftext|>",
"pad_token_type_id": 0,
"padding_side": "left",
"tokenizer_class": "GPTNeoXTokenizer",
"unk_token": "<|endoftext|>"
}