inclusionAI/Ring-1T 已完整同步
🤗 Hugging Face | 🤖 ModelScope | 🐙 Experience Now
Ring-1T: Flow State Leads to Sudden Enlightenment
Today, we officially launch the trillion-parameter thinking model, Ring-1T. It is open-source upon release—developers can download the model weights from Hugging Face and ModelScope, or experience direct chat interactions and API calls via the Ling Chat page and ZenMux (links provided at the end of the article).
Building upon the preview version released at the end of last month, Ring-1T has undergone continued scaling with large-scale verifiable reward reinforcement learning (RLVR) training, further unlocking the natural language reasoning capabilities of the trillion-parameter foundation model. Through RLHF training, the model's general abilities have also been refined, making this release of Ring-1T more balanced in performance across various tasks.
Ring-1T adopts the Ling 2.0 architecture and is trained on the Ling-1T-base foundation model, which contains 1 trillion total parameters with 50 billion activated parameters, supporting a context window of up to 128K tokens. Leveraging our self-developed icepop reinforcement learning stabilization method and the efficient reinforcement learning system ASystem (whose AReaL framework is already open-source), we have achieved smooth scaling of MoE architecture reinforcement learning—from tens of billions (Ring-mini-2.0) to hundreds of billions (Ring-flash-2.0) to trillions (Ring-1T) of parameters—significantly enhancing the model's deep reasoning and natural language inference capabilities.
Model Downloads
You can download Ring-1T from the following table. If you are located in mainland China, we also provide the model on ModelScope to speed up the download process.
| Model | Context Length | Download |
|---|---|---|
| Ring-1T | 64K -> 128K (YaRN) | 🤗 HuggingFace 🤖 ModelScope |
| Ring-1T-FP8 | 64K -> 128K (YaRN) | 🤗 HuggingFace 🤖 ModelScope |
Note: If you are interested in the previous version, please visit the past model collections on Huggingface or ModelScope.
Continuously Evolving Deep Reasoning Capabilities
To evaluate the deep reasoning capabilities of Ring-1T, we selected representative open-source thinking models (Ring-1T-preview, Deepseek-V3.1-Terminus-Thinking, Qwen-235B-A22B-Thinking-2507) and closed-source APIs (Gemini-2.5-Pro and GPT-5-Thinking(High)) as benchmarks. First, compared to the previously open-sourced preview version, Ring-1T demonstrates more balanced performance across various tasks. Furthermore, Ring-1T achieves leading open-source performance on challenging reasoning benchmarks such as math competitions (AIME 25, HMMT 25), code generation (LiveCodeBench, CodeForce), and logical reasoning (ARC-AGI-1). It also exhibits strong competitiveness in **compreh
170 个文件
浏览文件数据集版权信息
本数据集的许可证为 MIT License。如有违反相关条款,请联系 WEHUB,我们将及时处理。 查看许可证
通过 WeHub CLI 下载当前数据集快照。下列命令会固定为当前页面展示的数据版本(如果页面提供版本)。文件字节由本机直连存储下载,浏览器不会签发或保存下载链接。
前置要求
需要 Node.js 18 及以上,以及 npm(或 npx)。
1. 安装 CLI
npm install -g wehub-cli@latest
2. 下载此数据集
wehub datasets download ds_ext_3067_66ea8dec48 --revision 6eddd704b4cb87013998d138f26175d97ebf79fe --output ./ds_ext_3067_66ea8dec48
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_ext_3067_66ea8dec48 --revision 6eddd704b4cb87013998d138f26175d97ebf79fe --output ./ds_ext_3067_66ea8dec48
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_ext_3067_66ea8dec48 --revision 6eddd704b4cb87013998d138f26175d97ebf79fe --output ./ds_ext_3067_66ea8dec48 --overwrite
仅包含匹配路径
wehub datasets download ds_ext_3067_66ea8dec48 --revision 6eddd704b4cb87013998d138f26175d97ebf79fe --output ./ds_ext_3067_66ea8dec48 --include "*.jsonl"
排除匹配路径
wehub datasets download ds_ext_3067_66ea8dec48 --revision 6eddd704b4cb87013998d138f26175d97ebf79fe --output ./ds_ext_3067_66ea8dec48 --exclude "*.md"
提高并发下载数
wehub datasets download ds_ext_3067_66ea8dec48 --revision 6eddd704b4cb87013998d138f26175d97ebf79fe --output ./ds_ext_3067_66ea8dec48 --jobs 8
完整帮助:wehub datasets download --help