typhoon-ocr1.5-2b-8bit / tokenizer_config.json
Theaonzarbd's picture
Add Typhoon OCR 1.5 2B MLX 8-bit (converted with mlx-vlm 0.6.3)
8444b72 verified
Raw
History Blame Contribute Delete
418 Bytes
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": null,
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"errors": "replace",
"is_local": true,
"local_files_only": false,
"model_max_length": 262144,
"pad_token": "<|endoftext|>",
"processor_class": "Qwen3VLProcessor",
"split_special_tokens": false,
"tokenizer_class": "Qwen2Tokenizer",
"unk_token": null
}