CoolFace
Modelpublic

mlx-community/JoyAI-LLM-Flash-8bit

sourceHugging Faceupdated 7mo agoView on Hugging Face
1likes32downloads
tokenizer_config.json15 linesDownload Raw Back to root
1{2  "backend": "tokenizers",3  "bos_token": "<|begin▁of▁sentence|>",4  "clean_up_tokenization_spaces": false,5  "eos_token": "<|end▁of▁sentence|>",6  "is_local": true,7  "legacy": true,8  "model_max_length": 131072,9  "pad_token": "<|▁pad▁|>",10  "sp_model_kwargs": {},11  "tokenizer_class": "TokenizersBackend",12  "tool_parser_type": "qwen3_coder",13  "unk_token": null14}15