ghostai_nova_mlx / tokenizer_config.json
Mystic07's picture
Upload folder using huggingface_hub
4b387fe verified
raw
history blame contribute delete
286 Bytes
{
"add_bos_token": true,
"add_eos_token": false,
"bos_token": "<|endoftext|>",
"eos_token": "<|im_end|>",
"unk_token": "!",
"pad_token": "<|vision_pad|>",
"model_max_length": 131072,
"tokenizer_class": "PreTrainedTokenizerFast",
"clean_up_tokenization_spaces": false
}