LLaVA-Lightning-MPT-7B-preview / tokenizer_config.json
liuhaotian's picture
Upload checkpoint
2d429e2
{
"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|>"
}