Add metadata (#1)
Browse files- Add metadata (ec0892454cac5cbd61f591b5aff6361cc92731cd)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
|
@@ -1 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
This model was trained for our Reasoning Gym paper (https://arxiv.org/abs/2505.24760) using our Reasoning Gym repo (https://github.com/open-thought/reasoning-gym)
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
pipeline_tag: text-generation
|
| 4 |
+
base_model:
|
| 5 |
+
- Qwen/Qwen2.5-3B-Instruct
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
This model was trained for our Reasoning Gym paper (https://arxiv.org/abs/2505.24760) using our Reasoning Gym repo (https://github.com/open-thought/reasoning-gym)
|