The largest open reasoning dataset for code: 735,255 Python samples distilled from DeepSeek R1 across 28,319 unique competitive-programming problems from CodeForces, LeetCode, AtCoder, and more. SFT-only training on it reached 61.8% on LiveCodeBench — beating RL-trained alternatives. Predominantly CC BY 4.0 with some Apache 2.0/MIT-sourced subsets.
| Provider | NVIDIA |
| Category | 推理 |
| Size | 735k Samples |
| License | CC BY 4.0 |
| Downloads | n/a |
| Tags | Code-Reasoning, Competitive-Programming, R1-Distilled, Python, 2025 |
from datasets import load_dataset
ds = load_dataset("nvidia/OpenCodeReasoning")
使用 QLoRA(4-bit 基础模型 + LoRA 适配器)微调的预计显存需求(保守默认参数):
| 7B QLoRA | ~6GB VRAM |
| 13B QLoRA | ~10GB VRAM |
微调新手?跟着分步教程走: 一小时微调你的第一个 LLM