Add pipeline tag and library name
Browse filesThis PR adds the `pipeline_tag` and `library_name` to the model card metadata. This improves discoverability and clarity of the model card.
README.md
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
base_model:
|
4 |
- deepseek-ai/DeepSeek-R1-Distill-Qwen-7B
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
# Light-R1-7B-DS: SOTA 7B Math Model with only 3K Data
|
@@ -47,4 +49,4 @@ Light-R1 did thorough decontamination with exact matching (excluding digits) and
|
|
47 |
archivePrefix={},
|
48 |
url={https://github.com/Qihoo360/Light-R1},
|
49 |
}
|
50 |
-
```
|
|
|
1 |
---
|
|
|
2 |
base_model:
|
3 |
- deepseek-ai/DeepSeek-R1-Distill-Qwen-7B
|
4 |
+
license: apache-2.0
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
library_name: transformers
|
7 |
---
|
8 |
|
9 |
# Light-R1-7B-DS: SOTA 7B Math Model with only 3K Data
|
|
|
49 |
archivePrefix={},
|
50 |
url={https://github.com/Qihoo360/Light-R1},
|
51 |
}
|
52 |
+
```
|