Granite 4.1 LLMs: How They’re Built

· Source: Hugging Face - Blog · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering · Depth: Expert, long

Summary

IBM's Granite Team has released Granite 4.1, a new family of dense, decoder-only Large Language Models (LLMs) available in 3B, 8B, and 30B parameter sizes under the Apache 2.0 license. These models were trained on approximately 15 trillion tokens using a five-phase pre-training pipeline that progressively refines data quality and extends context windows up to 512K tokens. Further refinement involved supervised fine-tuning on 4.1 million high-quality samples, curated using an LLM-as-Judge framework, and a multi-stage reinforcement learning pipeline employing On-policy GRPO with DAPO loss. Notably, the 8B instruct model matches or surpasses the performance of the previous Granite 4.0-H-Small (a 32B-parameter Mixture-of-Experts model), demonstrating competitive instruction-following and tool-calling capabilities with a simpler, more efficient architecture.

Key takeaway

For MLOps Engineers and NLP Engineers evaluating open-source LLMs for enterprise workloads, Granite 4.1 offers a compelling option. Its 8B dense model rivals larger MoE architectures in performance while providing predictable latency and lower operational costs due to its efficient design and avoidance of long chains of thought. Consider integrating these Apache 2.0 licensed models for applications requiring robust instruction following and tool-calling capabilities, especially where efficiency and cost control are critical.

Key insights

Granite 4.1 LLMs achieve strong performance through rigorous multi-stage data curation and reinforcement learning, even with smaller dense architectures.

Principles

Method

The training methodology involves a five-phase pre-training with data annealing, LLM-as-Judge for SFT data curation, and a multi-stage reinforcement learning pipeline using On-policy GRPO with DAPO loss.

In practice

Topics

Code references

Best for: MLOps Engineer, NLP Engineer, CTO, AI Scientist, Machine Learning Engineer, AI Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Hugging Face - Blog.