Views
No views yet
Part of the Outlier shipping lineup. Outlier is a free macOS app that runs this model locally, with one click. Apple Silicon only.
pre-combined-v1.| Benchmark | Base Nano | Combined-fused | Delta |
|---|---|---|---|
| GSM8K math (n=50) | 5% | 78% | +73pp |
| MMLU-style (n=30) | 74.4% | 96.7% | +22pp |
| Hard reasoning (n=15) | — | 87–93% | new |
| Q&A factual (n=30) | 74% | 100% | +26pp |
| Code generation | — | 100% | new |
| Translation (n=30) | 20% | 90% | +70pp |
| RAG | — | 100% | new |
| Variant robustness (5× phrasings) | — | 100% | new |
kv_bits=5 everywhere as the safe floor.1from mlx_lm import load, generate
2
3model, tok = load("Outlier-Ai/Outlier-Nano-4B-MLX-4bit")
4out = generate(model, tok, prompt="What's 17+23?",
5 max_tokens=50, kv_bits=5, kv_group_size=64)
6print(out)@misc{outlier-nano-combined-4b-mlx-4bit-2026,
author = {Outlier-Ai},
title = {Outlier Nano 4B (Combined-fused, MLX 4-bit)},
year = {2026},
publisher = {HuggingFace},
url = {https://huggingface.co/Outlier-Ai/Outlier-Nano-4B-MLX-4bit}
}