Mage-VL-OptiQ-4bit / tokenizer_config.json
codelion's picture
OptiQ 4-bit quant of Mage-VL (first video family): mixed 4/8-bit Qwen3-4B LM + bf16 Mage-ViT vision sidecar
94948e9 verified
Raw
History Blame Contribute Delete
546 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,
"max_length": null,
"model_max_length": 131072,
"pad_to_multiple_of": null,
"pad_token": "<|endoftext|>",
"pad_token_type_id": 0,
"padding_side": "right",
"processor_class": "Qwen2_5_VLProcessor",
"split_special_tokens": false,
"tokenizer_class": "Qwen2Tokenizer",
"unk_token": null,
"use_fast": true
}