tngtech/DeepSeek-R1T-Chimera 已完整同步
DeepSeek-R1T-Chimera
Model merge of DeepSeek-R1 and DeepSeek-V3 (0324)
An open weights model combining the intelligence of R1 with the token efficiency of V3.
For details on the construction process and analyses of Chimera model variants, please read our paper.
Paper on arXiV | Announcement on X | LinkedIn post | Try it on OpenRouter
Update: we released R1T2-Chimera that is both faster and smarter than R1.
Model Details
- Architecture: DeepSeek-MoE Transformer-based language model
- Combination Method: Merged model weights from DeepSeek-R1 and DeepSeek-V3 (0324)
- Release Date: 2025-04-27
Use, Out-of-scope Use, Limitations, Risks, Recommendations et al
Regarding R1T Chimera, we ask you to follow the careful guidelines that Microsoft has created for their "MAI-DS-R1" DeepSeek-based model.
These guidelines are available here on Hugging Face.
Contact
- Email: research@tngtech.com
- X.com: @tngtech
Citation
@misc{tng_technology_consulting_gmbh_2025,
author = { TNG Technology Consulting GmbH },
title = { DeepSeek-R1T-Chimera },
year = 2025,
month = {April},
url = { https://huggingface.co/tngtech/DeepSeek-R1T-Chimera },
doi = { 10.57967/hf/5330 },
publisher = { Hugging Face }
}
173 个文件
浏览文件数据集版权信息
本数据集的许可证为 MIT License。如有违反相关条款,请联系 WEHUB,我们将及时处理。 查看许可证
通过 WeHub CLI 下载当前数据集快照。下列命令会固定为当前页面展示的数据版本(如果页面提供版本)。文件字节由本机直连存储下载,浏览器不会签发或保存下载链接。
前置要求
需要 Node.js 18 及以上,以及 npm(或 npx)。
1. 安装 CLI
npm install -g wehub-cli@latest
2. 下载此数据集
wehub datasets download ds_ext_2874_de52d28cca --revision 3128bdb2b5235b876d612eafc53698c6a901c847 --output ./ds_ext_2874_de52d28cca
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_ext_2874_de52d28cca --revision 3128bdb2b5235b876d612eafc53698c6a901c847 --output ./ds_ext_2874_de52d28cca
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_ext_2874_de52d28cca --revision 3128bdb2b5235b876d612eafc53698c6a901c847 --output ./ds_ext_2874_de52d28cca --overwrite
仅包含匹配路径
wehub datasets download ds_ext_2874_de52d28cca --revision 3128bdb2b5235b876d612eafc53698c6a901c847 --output ./ds_ext_2874_de52d28cca --include "*.jsonl"
排除匹配路径
wehub datasets download ds_ext_2874_de52d28cca --revision 3128bdb2b5235b876d612eafc53698c6a901c847 --output ./ds_ext_2874_de52d28cca --exclude "*.md"
提高并发下载数
wehub datasets download ds_ext_2874_de52d28cca --revision 3128bdb2b5235b876d612eafc53698c6a901c847 --output ./ds_ext_2874_de52d28cca --jobs 8
完整帮助:wehub datasets download --help