LLaVA-Lightning-MPT-7B-preview / tokenizer_config.json
advaitadasein's picture
Duplicate from liuhaotian/LLaVA-Lightning-MPT-7B-preview
02f5383
{
"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|>"
}