| { | |
| "add_prefix_space": false, | |
| "auto_map": { | |
| "AutoProcessor": "processing_fastvlm.FastVLMProcessor" | |
| }, | |
| "backend": "tokenizers", | |
| "bos_token": null, | |
| "clean_up_tokenization_spaces": false, | |
| "eos_token": "<|im_end|>", | |
| "errors": "replace", | |
| "extra_special_tokens": [ | |
| "<|im_start|>", | |
| "<|im_end|>" | |
| ], | |
| "is_local": true, | |
| "model_max_length": 8192, | |
| "pad_token": "<|endoftext|>", | |
| "padding_side": "right", | |
| "processor_class": "FastVLMProcessor", | |
| "split_special_tokens": false, | |
| "tokenizer_class": "Qwen2Tokenizer", | |
| "unk_token": null | |
| } | |