nielsr HF Staff commited on
Commit
ab5fa3e
·
verified ·
1 Parent(s): 6ea7c60

Improve model card: Add pipeline tag, relevant tags, paper and code links

Browse files

This PR enhances the model card by:
- Adding `pipeline_tag: text-generation` to improve discoverability on the Hugging Face Hub.
- Adding `math` and `mathematical-reasoning` tags to categorize the model more accurately.
- Adding a direct link to the Hugging Face paper page ([DeepSeekMath-V2: Towards Self-Verifiable Mathematical Reasoning](https://huggingface.co/papers/2511.22570)) for easy access.
- Adding a direct link to this model's GitHub repository ([https://github.com/deepseek-ai/DeepSeek-Math-V2](https://github.com/deepseek-ai/DeepSeek-Math-V2)).

Please review and merge if these improvements are satisfactory.

Files changed (1) hide show
  1. README.md +10 -4
README.md CHANGED
@@ -1,8 +1,12 @@
1
  ---
2
- license: apache-2.0
3
- library_name: transformers
4
  base_model:
5
- - deepseek-ai/DeepSeek-Math-V2
 
 
 
 
 
 
6
  ---
7
 
8
  <!-- markdownlint-disable first-line-h1 -->
@@ -35,6 +39,8 @@ base_model:
35
  </div>
36
 
37
  # DeepSeekMath-V2: Towards Self-Verifiable Mathematical Reasoning
 
 
38
 
39
  ## 1. Introduction
40
 
@@ -90,4 +96,4 @@ This repository and the model weights are licensed under [the Apache License, Ve
90
 
91
  ## 8. Contact
92
 
93
- If you have any questions, please raise an issue or contact us at [service@deepseek.com](mailto:service@deepseek.com).
 
1
  ---
 
 
2
  base_model:
3
+ - deepseek-ai/DeepSeek-Math-V2
4
+ library_name: transformers
5
+ license: apache-2.0
6
+ pipeline_tag: text-generation
7
+ tags:
8
+ - math
9
+ - mathematical-reasoning
10
  ---
11
 
12
  <!-- markdownlint-disable first-line-h1 -->
 
39
  </div>
40
 
41
  # DeepSeekMath-V2: Towards Self-Verifiable Mathematical Reasoning
42
+ Paper: [DeepSeekMath-V2: Towards Self-Verifiable Mathematical Reasoning](https://huggingface.co/papers/2511.22570)
43
+ Code: [https://github.com/deepseek-ai/DeepSeek-Math-V2](https://github.com/deepseek-ai/DeepSeek-Math-V2)
44
 
45
  ## 1. Introduction
46
 
 
96
 
97
  ## 8. Contact
98
 
99
+ If you have any questions, please raise an issue or contact us at [service@deepseek.com](mailto:service@deepseek.com).