CoolFace
Modelpublic

InsightKeeper/FastVLM-1.5B-MLX-4bit

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes23downloads
tokenizer_config.json56 linesDownload Raw Back to root
1{2  "add_prefix_space": false,3  "added_tokens_decoder": {4    "151643": {5      "content": "<|endoftext|>",6      "lstrip": false,7      "normalized": false,8      "rstrip": false,9      "single_word": false,10      "special": true11    },12    "151644": {13      "content": "<|im_start|>",14      "lstrip": false,15      "normalized": false,16      "rstrip": false,17      "single_word": false,18      "special": true19    },20    "151645": {21      "content": "<|im_end|>",22      "lstrip": false,23      "normalized": false,24      "rstrip": false,25      "single_word": false,26      "special": true27    },28    "151646": {29      "content": "<image>",30      "lstrip": false,31      "normalized": false,32      "rstrip": false,33      "single_word": false,34      "special": true35    }36  },37  "additional_special_tokens": [38    "<|im_start|>",39    "<|im_end|>"40  ],41  "bos_token": null,42  "chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",43  "clean_up_tokenization_spaces": false,44  "eos_token": "<|im_end|>",45  "errors": "replace",46  "extra_special_tokens": {},47  "model_max_length": 8192,48  "only_llm": true,49  "pad_token": "<|endoftext|>",50  "padding_side": "right",51  "processor_class": "LlavaProcessor",52  "split_special_tokens": false,53  "tokenizer_class": "Qwen2Tokenizer",54  "unk_token": null55}56