Home Products Technical Guide

Madhuram-v0.6: Technical Overview

July 2026 5 min read Model Release

Madhuram-v0.6 pairs a 16,384-token context window with a 600 billion token training budget at 151 million parameters. Evaluated against models trained on two to nineteen trillion tokens, it leads its size class on knowledge benchmarks.

151M

Parameters

16384

Context Window

600B

Training Tokens

Perseus

Architecture

Core Specifications

Madhuram-v0.6 is a 151 million parameter model built on the Perseus architecture and trained on 600 billion tokens of English text. It runs a 16,384-token context window, four times that of v0.5, and is designed to hold that window on consumer hardware rather than only in a datacentre.

Working With Long Context

A 16K window is roughly 12,000 words of input: a full research paper, a long support thread, several source files, or an afternoon of conversation. The model accepts all of it in a single pass, on the same weights that run on a phone.

Retrieval quality across that window is measured directly rather than asserted. The results are in the long-context section below, reported at every context length from 2K to 16K and set against three comparable models.

Commonsense Reasoning

All four models were run through the same harness with identical settings rather than quoting self-reported figures. Results are zero-shot on base checkpoints. Across the commonsense suite the four models sit within 1.07 points of each other.

Model BoolQ ARC-E ARC-C PIQA SIQA WinoGrande OBQA HellaSwag Average
Madhuram-v0.6 60.46 57.37 29.78 67.25 39.56 51.38 32.40 41.97 47.52
SmolLM2-135M 60.43 58.88 29.52 68.44 39.25 53.35 32.80 43.13 48.23
Gemma-3-270M 58.47 56.94 28.16 68.77 39.97 53.20 30.40 41.33 47.16
LFM2.5-230M 61.10 59.64 35.41 63.71 38.02 54.38 32.60 39.38 48.03

Zero-shot, evaluated using lm-evaluation-harness. Best scores in each category highlighted in green.

Knowledge Benchmarks

The knowledge results are where the training-efficiency gap is clearest. Madhuram leads GPQA Diamond and SciQ outright, and beats both SmolLM2 and Gemma 3 on MMLU by five to seven points, despite a three to tenfold data disadvantage. LFM2.5 takes MMLU, CommonSenseQA and TriviaQA, broad factual recall being precisely where nineteen trillion tokens pay off.

Model Training Tokens GPQA Diamond SciQ MMLU CommonSenseQA TriviaQA
Madhuram-v0.6 600B 30.81 87.40 31.71 20.88 6.21
SmolLM2-135M 2T 20.71 78.20 24.49 20.39 5.02
Gemma-3-270M 6T 21.21 83.90 26.04 20.39 9.66
LFM2.5-230M 19T 29.29 81.20 40.10 38.33 12.88

Zero-shot on base checkpoints. Best scores in each category highlighted in green.

Instruction-Tuned Performance

After supervised finetuning, Madhuram leads its size class on graduate-level science reasoning and multi-step reasoning, and roughly a third ahead of both size-class peers on instruction following. LFM2.5 holds substantial advantages on instruction following and mathematics, the return on nineteen trillion pretraining tokens combined with multi-stage reinforcement learning, and precisely the ceiling that additional data and compute raise.

Model GPQA Diamond BBH (3-shot) IFEval GSM8K (5-shot)
Madhuram-v0.6 29.30 25.20 40.90 7.24
SmolLM2-135M 21.70 23.20 30.00 1.67
Gemma-3-270M 26.30 24.30 31.00 3.41
LFM2.5-230M 25.80 24.00 70.00 29.90

BBH 3-shot, GSM8K 5-shot reported as the mean of the flexible-extract and strict-match parsers, GPQA and IFEval zero-shot. Best scores in each category highlighted in green.

Long-Context Retrieval

The 16K window is validated with RULER needle-in-a-haystack evaluations, averaged across eight retrieval task variants at context lengths from 2K to 16K. Madhuram outperforms both size-class peers at every context length, and by a widening margin as context grows. SmolLM2-135M-Instruct cannot run 16K context at all. LFM2.5 leads throughout, holding above 90% recall across the full range.

Needle in a haystack: RULER

Average of 8 NIAH tasks vs. context length · post-trained checkpoints

Hover a point for exact values · click a legend entry to hide a model · SmolLM2 maximum context is 8K

Model 2K 4K 8K 16K
Madhuram-v0.6 87.5079.9066.3052.30
SmolLM2-135M-Instruct 68.9060.8049.60-
Gemma-3-270M-IT 71.5067.0055.4047.10
LFM2.5-230M 96.9097.60 97.1090.50

Average recall (%) across the eight RULER NIAH tasks , single 1 to 3, multikey 1 to 3, multiquery and multivalue, on post-trained checkpoints. SmolLM2 maximum context is 8K. Best scores in each category highlighted in green.

On-Device Inference

Converted to GGUF and run through llama.cpp on a Nothing Phone (3a), Madhuram delivers the fastest decode of the four models tested while occupying the least storage. LFM2.5 leads on prefill; Madhuram leads on token generation, which is what dominates perceived latency in interactive use.

Model Prefill (tok/s) Decode (tok/s) Size on disk
Madhuram-v0.6 (151M) 452 119 100 MB
SmolLM2-135M 230117104 MB
LFM2.5-230M 64586151 MB
Gemma-3-270M 29354247 MB

Nothing Phone (3a), Snapdragon 7s Gen 3. 4-bit quantisation, 4 threads, medians of 6 runs. Prefill measured on a 2048-token prompt. Same device, build and quantisation for all four models.

Deployment

The model serves as a versatile baseline for distributed intelligence, targeting environments where low latency and privacy are paramount:

Availability

Next Steps

Work in progress includes multilingual expansion, better long-context, and scaling-law studies to inform a larger model. For inquiries regarding specific evaluation results or research collaborations, please contact the lab.

Explore Madhuram-v0.6