Improve model card with pipeline tag, library name, and license

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +8 -9
README.md CHANGED
@@ -1,6 +1,9 @@
1
  ---
2
- license: apache-2.0
 
 
3
  ---
 
4
  # 🌐 WebThinker-R1-32B
5
 
6
  <div align="left" style="line-height: 1;">
@@ -10,11 +13,8 @@ license: apache-2.0
10
  <a href="https://arxiv.org/abs/2504.21776" target="_blank" style="margin: 2px;">
11
  <img alt="Paper" src="https://img.shields.io/badge/Paper-arXiv-b5212f.svg?logo=arxiv" style="display: inline-block; vertical-align: middle;"/>
12
  </a>
13
- <a href="https://huggingface.co/papers/2504.21776" target="_blank" style="margin: 2px;">
14
- <img alt="Paper" src="https://img.shields.io/badge/Paper-Hugging%20Face-yellow?logo=huggingface" style="display: inline-block; vertical-align: middle;"/>
15
- </a>
16
- <a href="https://opensource.org/licenses/Apache-2.0" target="_blank" style="margin: 2px;">
17
- <img alt="License" src="https://img.shields.io/badge/LICENSE-Apache_2.0-green.svg" style="display: inline-block; vertical-align: middle;"/>
18
  </a>
19
  </div>
20
 
@@ -65,9 +65,8 @@ This model can be used for:
65
 
66
  ## License
67
 
68
- This model is released under the Apache License 2.0.
69
 
70
  ## Contact
71
 
72
- For any questions or feedback, please reach out to us at [[email protected]](mailto:[email protected]).
73
-
 
1
  ---
2
+ license: mit
3
+ library_name: transformers
4
+ pipeline_tag: text-generation
5
  ---
6
+
7
  # 🌐 WebThinker-R1-32B
8
 
9
  <div align="left" style="line-height: 1;">
 
13
  <a href="https://arxiv.org/abs/2504.21776" target="_blank" style="margin: 2px;">
14
  <img alt="Paper" src="https://img.shields.io/badge/Paper-arXiv-b5212f.svg?logo=arxiv" style="display: inline-block; vertical-align: middle;"/>
15
  </a>
16
+ <a href="https://opensource.org/licenses/MIT" target="_blank" style="margin: 2px;">
17
+ <img alt="License" src="https://img.shields.io/badge/LICENSE-MIT-green.svg" style="display: inline-block; vertical-align: middle;"/>
 
 
 
18
  </a>
19
  </div>
20
 
 
65
 
66
  ## License
67
 
68
+ This model is released under the MIT License.
69
 
70
  ## Contact
71
 
72
+ For any questions or feedback, please reach out to us at [[email protected]](mailto:[email protected]).