PrimeIntellect/INTELLECT-2-RL-Dataset 已完整同步
INTELLECT-2
INTELLECT-2 is a 32 billion parameter language model trained through a reinforcement learning run leveraging globally distributed, permissionless GPU resources contributed by the community.
The model was trained using prime-rl, a framework designed for distributed asynchronous RL, using GRPO over verifiable rewards along with modifications for improved training stability. For detailed information on our infrastructure and training recipe, see our technical report.
image/png
Model Information
- Training Dataset (verifiable math & coding tasks): PrimeIntellect/Intellect-2-RL-Dataset
- Base Model: QwQ-32B
- Training Code: prime-rl
Usage
INTELLECT-2 is based on the qwen2 architecture, making it compatible with popular libraries and inference engines such as vllm or sglang.
Given that INTELLECT-2 was trained with a length control budget, you will achieve the best results by appending the prompt "Think for 10000 tokens before giving a response." to your instruction. As reported in our technical report, the model did not train for long enough to fully learn the length control objective, which is why results won't differ strongly if you specify lengths other than 10,000. If you wish to do so, you can expect the best results with 2000, 4000, 6000 and 8000, as these were the other target lengths present during training.
Performance
During training, INTELLECT-2 improved upon QwQ in its mathematical and coding abilities. Performance on IFEval slightly decreased, which can likely be attributed to the lack of diverse training data and pure focus on mathematics and coding.
image/png
| Model | AIME24 | AIME25 | LiveCodeBench (v5) | GPQA-Diamond | IFEval |
|---|---|---|---|---|---|
| INTELLECT-2 | 78.8 | 64.9 | 67.8 | 66.8 | 81.5 |
| QwQ-32B | 76.6 | 64.8 | 66.1 | 66.3 | 83.4 |
| Qwen-R1-Distill-32B | 69.9 | 58.4 | 55.1 | 65.2 | 72.0 |
| Deepseek-R1 | 78.6 | 65.1 | 64.1 | 71.6 | 82.7 |
Citation
@misc{primeintellectteam2025intellect2reasoningmodeltrained,
title={INTELLECT-2: A Reasoning Model Trained Through Globally Decentralized Reinforcement Learning},
author={Prime Intellect Team and Sami Jaghouar and Justus Mattern and Jack Min Ong and Jannik Straube and Manveer Basra and Aaron Pazdera and Kushal Thaman and Matthew Di Ferrante and Felix Gabriel and Fares Obeid and Kemal Erdem and Michael Keiblinger and Johannes Hagemann},
year={2025},
eprint={2505.07291},
archivePrefix={arXiv},
primaryClass={cs.LG},
url={https://arxiv.org/abs/2505.07291},
}
10 个文件
浏览文件数据集版权信息
本数据集的许可证为 Apache License 2.0。如有违反相关条款,请联系 WEHUB,我们将及时处理。 查看许可证
通过 WeHub CLI 下载当前数据集快照。下列命令会固定为当前页面展示的数据版本(如果页面提供版本)。文件字节由本机直连存储下载,浏览器不会签发或保存下载链接。
前置要求
需要 Node.js 18 及以上,以及 npm(或 npx)。
1. 安装 CLI
npm install -g wehub-cli@latest
2. 下载此数据集
wehub datasets download ds_ext_3090_ac32b6519a --revision d237eba2890e7addc4bf3bf9d95832b65a9c90a7 --output ./ds_ext_3090_ac32b6519a
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_ext_3090_ac32b6519a --revision d237eba2890e7addc4bf3bf9d95832b65a9c90a7 --output ./ds_ext_3090_ac32b6519a
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_ext_3090_ac32b6519a --revision d237eba2890e7addc4bf3bf9d95832b65a9c90a7 --output ./ds_ext_3090_ac32b6519a --overwrite
仅包含匹配路径
wehub datasets download ds_ext_3090_ac32b6519a --revision d237eba2890e7addc4bf3bf9d95832b65a9c90a7 --output ./ds_ext_3090_ac32b6519a --include "*.jsonl"
排除匹配路径
wehub datasets download ds_ext_3090_ac32b6519a --revision d237eba2890e7addc4bf3bf9d95832b65a9c90a7 --output ./ds_ext_3090_ac32b6519a --exclude "*.md"
提高并发下载数
wehub datasets download ds_ext_3090_ac32b6519a --revision d237eba2890e7addc4bf3bf9d95832b65a9c90a7 --output ./ds_ext_3090_ac32b6519a --jobs 8
完整帮助:wehub datasets download --help