CoolFace
Modelpublic

TiGa-RCE/Qwen3-Embedding-0.6B-MLX-Q4

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes25downloads
tokenizer_config.json17 linesDownload Raw Back to root
1{2  "add_prefix_space": false,3  "backend": "tokenizers",4  "bos_token": null,5  "clean_up_tokenization_spaces": false,6  "eos_token": "<|im_end|>",7  "errors": "replace",8  "is_local": true,9  "local_files_only": false,10  "model_max_length": 131072,11  "pad_token": "<|endoftext|>",12  "split_special_tokens": false,13  "tokenizer_class": "Qwen2Tokenizer",14  "tool_parser_type": "json_tools",15  "unk_token": null16}17