Add pipeline tag and library name
Browse filesThis PR adds the missing pipeline tag and library name metadata.
README.md
CHANGED
|
@@ -1,9 +1,11 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
datasets:
|
| 4 |
-
|
| 5 |
language:
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
# Model Card for RLPR-Qwen2.5-7B-Base
|
|
@@ -84,5 +86,4 @@ If you find our model/code/paper helpful, please consider citing our papers 📝
|
|
| 84 |
archivePrefix={arXiv},
|
| 85 |
primaryClass={cs.LG},
|
| 86 |
url={https://arxiv.org/abs/2506.18254},
|
| 87 |
-
}
|
| 88 |
-
```
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
datasets:
|
| 3 |
+
- openbmb/RLPR-train
|
| 4 |
language:
|
| 5 |
+
- en
|
| 6 |
+
license: apache-2.0
|
| 7 |
+
pipeline_tag: text-generation
|
| 8 |
+
library_name: transformers
|
| 9 |
---
|
| 10 |
|
| 11 |
# Model Card for RLPR-Qwen2.5-7B-Base
|
|
|
|
| 86 |
archivePrefix={arXiv},
|
| 87 |
primaryClass={cs.LG},
|
| 88 |
url={https://arxiv.org/abs/2506.18254},
|
| 89 |
+
}
|
|
|