Open Reproduction of DeepSeek-R1
·2026.06.11 22:14
Key point
Hugging Face has released Open-R1, an open-source project to reproduce DeepSeek-R1's training pipeline.
Details
Hugging Face is running the Open-R1 project to help anyone reproduce and extend the core technology of DeepSeek-R1. This project aims to provide the key components that make up R1's training pipeline as open source.
The main components are as follows:
- src/open_r1: Includes scripts for training models using GRPO (Group Relative Policy Optimization), SFT (Supervised Fine-Tuning), and synthetic data generation using Distilabel.
- Makefile: Provides simple commands for running each stage.
The project is currently planned in 3 stages total, with Step 1 completed:
- Step 1 (Complete): Released Mixture-of-Thoughts, a high-quality reasoning dataset distilled from R1 (350,000 verified traces), and provides a recipe for training the OpenR1-Distill-7B model using it.
- Step 2 (In Progress): Plans to build large-scale datasets in math, reasoning, and coding to reproduce a pure RL (reinforcement learning) pipeline like R1-Zero.
- Step 3 (Planned): Plans to demonstrate a multi-stage training process leading from a base model to RL tuning.
This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.
Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.