Update README.md
Browse files
README.md
CHANGED
@@ -1 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
This is the model checkpoint associated with the paper "Pitfalls of Rule- and Model-based Verifiers: A Case Study on Mathematical Reasoning." The model is RL trained from the Qwen-2.5-7B base on the DeepScaleR dataset. Training employed a hybrid verification strategy combining the Huggingface Math Verifier and our custom model-based verifier, R1-Verifier-1.5B.
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- agentica-org/DeepScaleR-Preview-Dataset
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
base_model:
|
8 |
+
- Qwen/Qwen2.5-7B
|
9 |
+
pipeline_tag: reinforcement-learning
|
10 |
+
---
|
11 |
This is the model checkpoint associated with the paper "Pitfalls of Rule- and Model-based Verifiers: A Case Study on Mathematical Reasoning." The model is RL trained from the Qwen-2.5-7B base on the DeepScaleR dataset. Training employed a hybrid verification strategy combining the Huggingface Math Verifier and our custom model-based verifier, R1-Verifier-1.5B.
|