lavaCopy / tokenizer_config.json
dq158's picture
Upload 10 files
20225f4
raw
history blame
No virus
346 Bytes
{
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"model_max_length": 2048,
"padding_side": "right",
"special_tokens_map_file": "./checkpoints/mpt-7b-chat/special_tokens_map.json",
"tokenizer_class": "GPTNeoXTokenizer",
"unk_token": "<|endoftext|>"
}