Add pipeline tag, library name, paper and code link
Browse filesThis PR improves the model card by adding:
* The `pipeline_tag` (question-answering) and `library_name` (transformers) to the metadata.
* A link to the paper.
* A link to the Github repository.
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
library_name: transformers
|
| 4 |
+
pipeline_tag: question-answering
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# SimpleRL-Zoo: Investigating and Taming Zero Reinforcement Learning for Open Base Models in the Wild
|
| 8 |
+
|
| 9 |
+
This model is part of the [SimpleRL-Zoo](https://huggingface.co/collections/hkust-nlp/simplerl-zoo-67e0fd24c185423c1e3452d1) collection, and was presented in the paper [SimpleRL-Zoo: Investigating and Taming Zero Reinforcement Learning for Open Base Models in the Wild](https://huggingface.co/papers/2503.18892).
|
| 10 |
+
|
| 11 |
+
The GitHub repository for the project can be found [here](https://github.com/hkust-nlp/simpleRL-reason/tree/v1).
|