CoolFace
Modelpublic

mlx-community/MolmoPoint-8B-5bit

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
0likes16downloads
tokenizer_config.json20 linesDownload Raw Back to root
1{2  "add_prefix_space": false,3  "auto_map": {4    "AutoProcessor": "processing_molmo2.Molmo2Processor"5  },6  "backend": "tokenizers",7  "bos_token": "<|im_end|>",8  "clean_up_tokenization_spaces": false,9  "eos_token": "<|im_end|>",10  "errors": "replace",11  "is_local": true,12  "model_max_length": 131072,13  "pad_token": "<|endoftext|>",14  "padding_side": "left",15  "processor_class": "Molmo2Processor",16  "split_special_tokens": false,17  "tokenizer_class": "TokenizersBackend",18  "unk_token": null19}20