Views
No views yet
For deployment and everyday use, prefer the distilled 8B student model: ARO-Lang/aro-coder-6bit
| Architecture | Qwen3 30B MoE (3.3B active parameters) |
| Base model | mlx-community/Qwen3-Coder-30B-A3B-Instruct-4bit |
| Quantization | 4-bit (MLX) |
| Size | ~16 GB |
| Training source | dpo |
1from mlx_lm import load, generate
2model, tokenizer = load("ARO-Lang/aro-teacher-30b-4bit")python -m mlx_lm lora --model ARO-Lang/aro-teacher-30b-4bit --data ./train_data --train