deepseek-ai/DeepSeek-R1-0528-Qwen3-8B 已完整同步
license: mit
library_name: transformers
DeepSeek-R1-0528
1. Introduction
The DeepSeek R1 model has undergone a minor version upgrade, with the current version being DeepSeek-R1-0528. In the latest update, DeepSeek R1 has significantly improved its depth of reasoning and inference capabilities by leveraging increased computational resources and introducing algorithmic optimization mechanisms during post-training. The model has demonstrated outstanding performance across various benchmark evaluations, including mathematics, programming, and general logic. Its overall performance is now approaching that of leading models, such as O3 and Gemini 2.5 Pro.
Compared to the previous version, the upgraded model shows significant improvements in handling complex reasoning tasks. For instance, in the AIME 2025 test, the model’s accuracy has increased from 70% in the previous version to 87.5% in the current version. This advancement stems from enhanced thinking depth during the reasoning process: in the AIME test set, the previous model used an average of 12K tokens per question, whereas the new version averages 23K tokens per question.
Beyond its improved reasoning capabilities, this version also offers a reduced hallucination rate, enhanced support for function calling, and better experience for vibe coding.
2. Evaluation Results
DeepSeek-R1-0528
For all our models, the maximum generation length is set to 64K tokens. For benchmarks requiring sampling, we use a temperature of 0.6, a top-p value of 0.95, and generate 16 respo
10 个文件
浏览文件数据集版权信息
本数据集的许可证为 MIT License。如有违反相关条款,请联系 WEHUB,我们将及时处理。 查看许可证
通过 WeHub CLI 下载当前数据集快照。下列命令会固定为当前页面展示的数据版本(如果页面提供版本)。文件字节由本机直连存储下载,浏览器不会签发或保存下载链接。
前置要求
需要 Node.js 18 及以上,以及 npm(或 npx)。
1. 安装 CLI
npm install -g wehub-cli@latest
2. 下载此数据集
wehub datasets download ds_ext_6219_88d79e70ca --revision 6e8885a6ff5c1dc5201574c8fd700323f23c25fa --output ./ds_ext_6219_88d79e70ca
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_ext_6219_88d79e70ca --revision 6e8885a6ff5c1dc5201574c8fd700323f23c25fa --output ./ds_ext_6219_88d79e70ca
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_ext_6219_88d79e70ca --revision 6e8885a6ff5c1dc5201574c8fd700323f23c25fa --output ./ds_ext_6219_88d79e70ca --overwrite
仅包含匹配路径
wehub datasets download ds_ext_6219_88d79e70ca --revision 6e8885a6ff5c1dc5201574c8fd700323f23c25fa --output ./ds_ext_6219_88d79e70ca --include "*.jsonl"
排除匹配路径
wehub datasets download ds_ext_6219_88d79e70ca --revision 6e8885a6ff5c1dc5201574c8fd700323f23c25fa --output ./ds_ext_6219_88d79e70ca --exclude "*.md"
提高并发下载数
wehub datasets download ds_ext_6219_88d79e70ca --revision 6e8885a6ff5c1dc5201574c8fd700323f23c25fa --output ./ds_ext_6219_88d79e70ca --jobs 8
完整帮助:wehub datasets download --help
