Most entries adapt older bases like Llama-3.2. We built on Gemma-3-4b, Google's newer-generation open model, and still made it 92.3% better at Sinhala (සිංහල) than itself. Type anything below and watch both models answer.
We treated this as a controlled experiment: a 4-run ablation isolating the two variables that actually govern low-resource adaptation, before scaling data.
The same recipe on the older Llama-3.2-3B produced degenerate Sinhala; on the newer Gemma-3-4b it was 94% preferred (its 262k vocab tokenizes Sinhala far better). Improving a strong modern base is harder than inflating a score off a weak one, and HelaLM still wins 92.3%.
A naive larger mixture regressed reading comprehension. A comprehension plus programmatic-math rebalance recovered every benchmark.
300 prompts, randomized A/B order, 10 independent judges. Built with Adaptive Data (Adaption Labs); LoRA SFT, r=32, all-linear, 3 epochs.