Improve model card with pipeline tag and library name
Browse filesThis PR improves the model card by:
- Adding the `pipeline_tag: text-generation` to facilitate discoverability on the Hugging Face model hub.
- Specifying the `library_name: transformers`, which is highly probable given the model's nature.
- Correcting the license to Apache 2.0 for consistency with the Hugging Face repository.
The model card now includes essential metadata, improving its visibility and usability.
README.md
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
---
|
|
|
4 |
# 🌐 WebThinker-QwQ-32B
|
5 |
|
6 |
<div align="left" style="line-height: 1;">
|
@@ -69,5 +72,4 @@ 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: apache-2.0
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
library_name: transformers
|
5 |
---
|
6 |
+
|
7 |
# 🌐 WebThinker-QwQ-32B
|
8 |
|
9 |
<div align="left" style="line-height: 1;">
|
|
|
72 |
|
73 |
## Contact
|
74 |
|
75 |
+
For any questions or feedback, please reach out to us at [[email protected]](mailto:[email protected]).
|
|