Text Classification
MLX
Safetensors
English
qwen2
sifta
alice
classifier
intent-detection
apple-silicon
lora
fine-tuned
organism
stigmergy
4-bit precision
Instructions to use georgeanton/alice-classifier-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use georgeanton/alice-classifier-v2 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir alice-classifier-v2 georgeanton/alice-classifier-v2
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
feat: Alice Classifier v2 — SIFTA C1 intent layer (LoRA fused, MLX, Qwen2.5-1.5B). For the Swarm.
93685ae verified | { | |
| "add_prefix_space": false, | |
| "backend": "tokenizers", | |
| "bos_token": null, | |
| "clean_up_tokenization_spaces": false, | |
| "eos_token": "<|im_end|>", | |
| "errors": "replace", | |
| "extra_special_tokens": [ | |
| "<|im_start|>", | |
| "<|im_end|>", | |
| "<|object_ref_start|>", | |
| "<|object_ref_end|>", | |
| "<|box_start|>", | |
| "<|box_end|>", | |
| "<|quad_start|>", | |
| "<|quad_end|>", | |
| "<|vision_start|>", | |
| "<|vision_end|>", | |
| "<|vision_pad|>", | |
| "<|image_pad|>", | |
| "<|video_pad|>" | |
| ], | |
| "is_local": true, | |
| "local_files_only": false, | |
| "model_max_length": 131072, | |
| "pad_token": "<|endoftext|>", | |
| "split_special_tokens": false, | |
| "tokenizer_class": "Qwen2Tokenizer", | |
| "tool_parser_type": "json_tools", | |
| "unk_token": null | |
| } | |