ScreenVLM-MLX-4bit / tokenizer_config.json
olragon's picture
Upload ScreenVLM MLX 4-bit quantized model (288MB, 460 tok/s on M4)
65460ef verified
Raw
History Blame Contribute Delete
542 Bytes
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<|start_of_role|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|end_of_text|>",
"errors": "replace",
"extra_special_tokens": [
"<fake_token_around_image>",
"<image>",
"<end_of_utterance>"
],
"is_local": true,
"local_files_only": false,
"model_max_length": 8192,
"pad_token": "<|end_of_text|>",
"padding_side": "left",
"processor_class": "Idefics3Processor",
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|unk|>"
}