AI & ML interests
Small Models and Inference Cascades
Recent Activity
AltSlate Labs
Efficient, honest AI โ small models trained from scratch, with the full recipe published.
We build compact language models that punch above their weight, and we release everything needed to trust and reproduce them: code, weights, evaluations, and reports.
๐ชฐ The Jugnu family
Tiny language models pretrained from scratch (jugnu โ เคเฅเคเคจเฅ โ means "firefly": small, but it glows). All under 150M parameters, all trained on 4ร Blackwell GPUs, all Apache-2.0.
| Model | Params | BLiMP | ARC-Easy | WikiText-2 (byte-ppl) |
|---|---|---|---|---|
| JugnuLM-53M | 53.5M | 78.1 | 51.4 | 2.04 |
| JugnuLM-110M (R0) | 109.7M | 81.3 | 52.5 | 1.95 |
| JugnuLM-110M-R1 โ + value residuals | 109.7M | 81.1 | 54.7 | 1.94 |
| JugnuLM-110M-R2 โ + Muon | 109.7M | 80.8 | 56.1 | 1.93 |
| JugnuLM-110M-R3 โ + data blend | 109.7M | 81.8 | 53.6 | 1.91 |
JugnuLM-110M's 81.3% BLiMP โ GPT-X2-125M at ~12% fewer parameters and ~9ร fewer training tokens.
The ablation ladder
Starting from an honest 110M baseline (R0), we add one lever at a time and keep only what beats the previous rung on the metric that matters:
- R1 โ value residuals (ResFormer): ARC-Easy +2.2 โ kept.
- R2 โ Muon optimizer: ARC-Easy +1.4, lower perplexity โ kept.
- R3 โ diverse data blend (+DCLM +FineMath): best BLiMP & perplexity, but ARC-Easy โ2.5 โ dropped. An honest negative โ at this scale, FineWeb-Edu's educational filtering feeds ARC-Easy more than raw diversity does.
Training code & full recipe: github.com/AltSlate-Labs/jugnu
What we care about
- Efficiency per parameter โ the sub-150M regime: on-device, low-latency, cheap-to-serve models.
- Reproducibility โ public code, open weights, and one-command evals.
- Honest reporting โ clean baselines and measured ablations over unvalidated clever tricks. We publish what didn't work (see R3), not just what did.
Links
- ๐ป Code โ https://github.com/AltSlate-Labs
- ๐ Web โ https://altslate.com
- โ๏ธ hello@altslate.com