Add library_name to metadata
Browse filesThis PR adds the `library_name` tag to the model card metadata. The model utilizes the `transformers` library, and specifying this will improve discoverability and clarify its compatibility with the Hugging Face ecosystem.
README.md
CHANGED
@@ -1,13 +1,14 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
pipeline_tag: text-generation
|
3 |
inference: true
|
4 |
-
|
5 |
-
datasets:
|
6 |
-
- knoveleng/open-rs
|
7 |
-
- knoveleng/open-s1
|
8 |
-
- knoveleng/open-deepscaler
|
9 |
-
base_model:
|
10 |
-
- deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
|
11 |
---
|
12 |
|
13 |
# Model Summary
|
@@ -54,5 +55,4 @@ If this project aids your work, please cite it as:
|
|
54 |
primaryClass={cs.LG},
|
55 |
url={https://arxiv.org/abs/2503.16219},
|
56 |
}
|
57 |
-
```
|
58 |
-
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
|
4 |
+
datasets:
|
5 |
+
- knoveleng/open-rs
|
6 |
+
- knoveleng/open-s1
|
7 |
+
- knoveleng/open-deepscaler
|
8 |
+
license: mit
|
9 |
pipeline_tag: text-generation
|
10 |
inference: true
|
11 |
+
library_name: transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# Model Summary
|
|
|
55 |
primaryClass={cs.LG},
|
56 |
url={https://arxiv.org/abs/2503.16219},
|
57 |
}
|
58 |
+
```
|
|