CoolFace
Modelpublic

spicyneuron/GLM-5.3-MLX-4.5bit

sourceHugging Faceotherupdated 26d agoView on Hugging Face
0likes715downloads
tokenizer_config.json36 linesDownload Raw Back to root
1{2  "backend": "tokenizers",3  "clean_up_tokenization_spaces": false,4  "do_lower_case": false,5  "eos_token": "<|endoftext|>",6  "extra_special_tokens": [7    "<|endoftext|>",8    "[MASK]",9    "[gMASK]",10    "[sMASK]",11    "<sop>",12    "<eop>",13    "<|system|>",14    "<|user|>",15    "<|assistant|>",16    "<|observation|>",17    "<|begin_of_image|>",18    "<|end_of_image|>",19    "<|begin_of_video|>",20    "<|end_of_video|>",21    "<|begin_of_audio|>",22    "<|end_of_audio|>",23    "<|begin_of_transcription|>",24    "<|end_of_transcription|>"25  ],26  "is_local": true,27  "local_files_only": false,28  "model_max_length": 1048576,29  "model_specific_special_tokens": {},30  "pad_token": "<|endoftext|>",31  "padding_side": "left",32  "remove_space": false,33  "tokenizer_class": "TokenizersBackend",34  "tool_parser_type": "glm47"35}36