Views
No views yet
A 152M-parameter assistant, now with a better base model thanks to true logit-level knowledge distillation from a larger teacher — then instruction‑tuned. GGUF, runs on CPU and edge.
1ollama run Alieno/ailo-152m-v3
2>>> What is the capital of Italy?
3The capital of Italy is Rome.| 🧬 Method | true logit-KD (KL-divergence on token distributions) from GPT-Neo 1.3B (same GPT-2 vocab) |
| 📉 Base LM | wikitext perplexity 126 → 84 (−33%) after distillation |
| 💬 Assistant | chat perplexity −7.3% vs v2 (held-out, masked on responses) — then SFT (instruction + reasoning + tool) |
| 🪶 Size | 151.9M params · 97 MB (q4_k_m) – 291 MB (f16) · CPU & edge |
ollama run Alieno/ailo-152m-v3:latest / :q8_0 (best, 156 MB) · :q4_k_m (smallest, 97 MB) · :f16 (291 MB).<|user|>
{question}
<|assistant|>
<think>{optional reasoning}</think>
{answer}<|end|>| Property | Value |
|---|---|
| Parameters | 151.9M |
| Architecture | Decoder-only Transformer (LayerNorm · RoPE · SwiGLU), 12L / 768 / 12H, ctx 512 |
| Vocabulary | 50,257 (GPT-2 BPE) |
| Pipeline | base → logit-KD from GPT-Neo 1.3B → SFT (Alpaca + GSM8K + SQuAD + tool-use) |
| Formats | GGUF (q4_k_m, q8_0, f16) — model only, no loader scripts |
1@misc{ailo152m_v3_2026,
2 title = {AILO-152M-v3: A tiny LLM improved via true logit distillation},
3 author = {Sparacino, Riccardo}, year = {2026},
4 note = {Dual-licensed CC BY-NC-SA 4.0 / commercial}
5}