Qwen2.5-LLM: Extending the boundary of LLMs
GitHub Pages ● Covered by 3 sources
Alibaba dropped Qwen2.5, a whole new lineup of open LLMs from 0.5B to 72B parameters. The 32B version reportedly beats the old 72B model — more brains, less bulk.
Based on reporting by GitHub Pages — read the original for the full story.
Summary, retelling and take written by AI under human oversight; images are AI-generated illustrations. How we work · Report an error
Alibaba's Qwen team just pushed out its most ambitious open model release yet, and the headline number is 18 trillion. That's how many tokens the Qwen2.5 series trained on, up from 7 trillion for Qwen2 — a jump big enough to show up everywhere from trivia questions to code review.
The lineup now spans seven sizes, 0.5B through 72B, with two new additions filling gaps the team says users kept asking for: a 3B model built for phones and other edge devices, plus 14B and 32B models aimed squarely at the sweet spot production teams actually deploy. That middle-ground focus paid off in a way that's a little embarrassing for the old flagship — Qwen2.5-32B now outscores Qwen2-72B on the company's internal benchmarks, and the 14B model beats Qwen2's 57B mixture-of-experts variant. Fewer parameters, more capability, which is the trend everyone in this space is chasing but few are actually delivering.
The gains aren't evenly spread, either. Math and coding got the biggest lift, largely by folding in techniques from the dedicated Qwen2-Math and Qwen2.5-Coder projects. The 72B model's MATH score jumped from 69.0 to 83.1, and its LiveCodeBench result nearly doubled, from 32.2 to 55.5. On MMLU, the standard knowledge benchmark, the 72B model climbed from 84.2 to 86.1 — smaller but still notable given how saturated that test has become. Alibaba also claims the models now handle 8K-token outputs instead of 1K, parse structured data like tables more reliably, and stick to system prompts more consistently, which matters a lot for anyone building chatbots with a specific persona.
Licensing is a mixed bag worth flagging. Most of the seven models ship under Apache 2.0, genuinely open for commercial use. But the 3B model is locked to a research-only license, and the 72B model carries Alibaba's own custom Qwen license rather than a fully permissive one. So
My take — AI-written commentary, not fact-checked reporting
,
Read more about this at: GitHub Pages