Improve model card: Correct pipeline tag and add library name
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
---
|
2 |
-
|
|
|
3 |
datasets:
|
4 |
- agentica-org/DeepScaleR-Preview-Dataset
|
5 |
language:
|
6 |
- en
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
---
|
11 |
-
|
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- Qwen/Qwen2.5-7B
|
4 |
datasets:
|
5 |
- agentica-org/DeepScaleR-Preview-Dataset
|
6 |
language:
|
7 |
- en
|
8 |
+
license: apache-2.0
|
9 |
+
pipeline_tag: text-generation
|
10 |
+
library_name: transformers
|
11 |
---
|
12 |
+
|
13 |
+
This model checkpoint is associated with the paper [Pitfalls of Rule- and Model-based Verifiers -- A Case Study on Mathematical Reasoning](https://arxiv.org/abs/2505.22203). The model is reinforcement-learning trained from the Qwen-2.5-7B base model on the DeepScaleR dataset. Training employed a hybrid verification strategy combining the Huggingface Math Verifier and our custom model-based verifier, [R1-Distill-Verifier-1.5B](https://huggingface.co/hkust-nlp/R1-Distill-Verifier-1.5B). The code for reproducing the results can be found at [Github Repo](https://github.com/hkust-nlp/simpleRL-reason/tree/rlvr_math).
|