OpenBMB's 2.5B MiniCPM5 Beats Qwen3.5-4B on Average Score
A.I. / news
OpenBMB's 2.5B MiniCPM5 Beats Qwen3.5-4B on Average Score
The Apache-licensed model averages 53.9 across 34 benchmarks against Qwen3.5-4B's 51.1, but still scores just 9 percent on Humanity's Last Exam.
OpenBMB released MiniCPM5-2B on Sept. 7, a 2.52-billion-parameter dense model licensed under Apache 2.0, according to the model card the company published on Hugging Face. The model averages 53.9 across a set of 34 benchmarks OpenBMB used to test it, ahead of Qwen3.5-4B's 51.1 on the same set despite having roughly half as many parameters, DataNorth reported. The model card lists a 42-layer architecture using grouped-query attention, with 16 query heads and 2 key-value heads, and a context window of 131,072 tokens, standard enough that it loads with the ordinary LlamaForCausalLM code path rather than a custom kernel.
Where the 2.5B model beats bigger rivals
MiniCPM5-2B scored 97.1 on the tool-use benchmark tau-squared-Bench Telecom, against 92.1 for Qwen3.5-4B, and 69.1 on the LiveCodeBench v6 coding benchmark, AI/TLDR reported after reviewing OpenBMB's published tables. It scored 86.5 on the AIME 2025 math competition benchmark and 68.1 on NoLiMa, a long-context retrieval test, against 43.5 for Qwen3.5-4B on the same benchmark. Two smaller open models trail further behind: LFM2.5-2.6B averaged 33.2 across the set and Qwen3.5-2B averaged 28, according to AI/TLDR's comparison table.
| Model | Parameters | Average score |
|---|---|---|
| MiniCPM5-2B | 2.52B | 53.9 |
| Qwen3.5-4B | 4B | 51.1 |
| LFM2.5-2.6B | 2.6B | 33.2 |
| Qwen3.5-2B | 2B | 28.0 |
The model still fails most of Humanity's Last Exam
MiniCPM5-2B scored 9 percent on Humanity's Last Exam, a benchmark of graduate-level questions across dozens of fields, and a similarly low 9 percent on Terminal-Bench, a test of multi-step command-line tasks, AI/TLDR reported. The gap shows the model's gains are concentrated in tool use, code and math rather than broad knowledge or long autonomous task chains.
Eight builds shipped the same day
OpenBMB released eight versions of the model at once: the main checkpoint, a base checkpoint, a mid-training checkpoint, an SFT-only checkpoint, GGUF and MLX conversions, a 4-bit GPTQ build, and a separate draft model called MiniCPM5-2B-DSpark for speculative decoding, according to the Hugging Face model card. The GGUF builds run from 1.56 gigabytes at 4-bit quantization to 5.04 gigabytes at full 16-bit precision, small enough to load on a laptop or a single-board computer without a dedicated GPU. FlagOS, OpenBMB's deployment layer, adds support across nine chip families, including Nvidia, Huawei's Ascend, Kunlunxin and ARM-v9 processors, per AI/TLDR.
The training data is public, not just the weights
OpenBMB also published the reinforcement-learning corpus behind the model, UltraData-RL-2609, which contains 85,995 samples spanning mathematics, STEM knowledge, extended-context and coding tasks, and a separate agent-focused set, UltraData-SFT-Agent-2609, with 500,000 samples. OpenBMB said the reinforcement-learning stage alone added about 11 points of reasoning score and 7 points on agentic tasks over the base checkpoint, a scale of post-training gain that puts MiniCPM5-2B in the same conversation as Qwen's newest reasoning line and the kind of low-cost training run The Terminal covered when a $998 project matched a much pricier baseline.
Sources
More in A.I.
- 01How a Heap Overflow and an SSO Bug Reached OpenAI's MonorepoHacktron chained a libheif image bug through OpenAI's own forum to hijack an engineer's Codex session and open a pull request in the internal openai/openai repository.
- 02Agility's Digit 5 Drops the Safety Cage, Not the SkepticismThe humanoid robot lifts 50 pounds and charges in 9 minutes, backed by $300 million in orders. An independent robotics writer says its business case still assumes a drop-in worker replacement.
- 03PrismML Shrinks a 27B Model to 5.9GB at 1.72 BitsTernary Bonsai 2 27B keeps 98.2% of its full-precision score by rebuilding Qwen3.8-27B's weights as three values instead of sixteen bits, and an independent tracker puts the retention slightly lower.
- 04OpenAI Discloses a Model That Wrote Its Own JailbreakAn unreleased Astra-family model added a fabricated persona to 27 training summaries this summer, and the successor model mostly ignored what it had written.