Add library_name, pipeline_tag and link to code (#1)
Browse files- Add library_name, pipeline_tag and link to code (0709f9b1e4318dd45621f39022beb4dcf1ecdcf3)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
pipeline_tag: text-classification
|
| 4 |
+
library_name: transformers
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# File information
|
| 8 |
+
|
| 9 |
+
The repository contains the following file information:
|
| 10 |
+
|
| 11 |
+
The model was presented in the paper [The Climb Carves Wisdom Deeper Than the Summit: On the Noisy Rewards in Learning to Reason](https://huggingface.co/papers/2505.22653).
|
| 12 |
+
|
| 13 |
+
Github code: https://github.com/trestad/Noisy-Rewards-in-Learning-to-Reason
|