Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -1,7 +1,7 @@
1
- ---
2
  license: mit
3
  library_name: transformers
4
- ---
5
  # DeepSeek-R1-0528
6
  <!-- markdownlint-disable first-line-h1 -->
7
  <!-- markdownlint-disable html -->
@@ -47,7 +47,7 @@ library_name: transformers
47
  </p>
48
 
49
 
50
- ## 1. Introduction
51
 
52
  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.
53
 
@@ -91,7 +91,8 @@ Beyond its improved reasoning capabilities, this version also offers a reduced h
91
  </div>
92
  Note: We use Agentless framework to evaluate model performance on SWE-Verified. We only evaluate text-only prompts in HLE testsets. GPT-4.1 is employed to act user role in Tau-bench evaluation.
93
 
94
- ### DeepSeek-R1-0528-Qwen3-8B
 
95
  Meanwhile, we distilled the chain-of-thought from DeepSeek-R1-0528 to post-train Qwen3 8B Base, obtaining DeepSeek-R1-0528-Qwen3-8B. This model achieves state-of-the-art (SOTA) performance among open-source models on the AIME 2024, surpassing Qwen3 8B by +10.0% and matching the performance of Qwen3-235B-thinking. We believe that the chain-of-thought from DeepSeek-R1-0528 will hold significant importance for both academic research on reasoning models and industrial development focused on small-scale models.
96
 
97
  | | AIME 24 | AIME 25 | HMMT Feb 25 | GPQA Diamond | LiveCodeBench (2408-2505) |
 
1
+ Pq234
2
  license: mit
3
  library_name: transformers
4
+ Pq234
5
  # DeepSeek-R1-0528
6
  <!-- markdownlint-disable first-line-h1 -->
7
  <!-- markdownlint-disable html -->
 
47
  </p>
48
 
49
 
50
+ ### 1. Introduction
51
 
52
  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.
53
 
 
91
  </div>
92
  Note: We use Agentless framework to evaluate model performance on SWE-Verified. We only evaluate text-only prompts in HLE testsets. GPT-4.1 is employed to act user role in Tau-bench evaluation.
93
 
94
+ ###
95
+ DeepSeek-R1-0528-Qwen3-8B
96
  Meanwhile, we distilled the chain-of-thought from DeepSeek-R1-0528 to post-train Qwen3 8B Base, obtaining DeepSeek-R1-0528-Qwen3-8B. This model achieves state-of-the-art (SOTA) performance among open-source models on the AIME 2024, surpassing Qwen3 8B by +10.0% and matching the performance of Qwen3-235B-thinking. We believe that the chain-of-thought from DeepSeek-R1-0528 will hold significant importance for both academic research on reasoning models and industrial development focused on small-scale models.
97
 
98
  | | AIME 24 | AIME 25 | HMMT Feb 25 | GPQA Diamond | LiveCodeBench (2408-2505) |