Update README.md
Browse files
README.md
CHANGED
|
@@ -3,7 +3,31 @@ license: apache-2.0
|
|
| 3 |
license_link: https://huggingface.co/Qwen/Qwen2.5-32B/blob/main/LICENSE
|
| 4 |
language:
|
| 5 |
- en
|
|
|
|
| 6 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
|
|
@@ -136,4 +160,4 @@ All results are reported using the **Avg@32 metric** (average accuracy over 32 i
|
|
| 136 |
journal={arXiv preprint arXiv:2405.14524},
|
| 137 |
year={2026}
|
| 138 |
}
|
| 139 |
-
```
|
|
|
|
| 3 |
license_link: https://huggingface.co/Qwen/Qwen2.5-32B/blob/main/LICENSE
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
+
- zh
|
| 7 |
pipeline_tag: text-generation
|
| 8 |
+
datasets:
|
| 9 |
+
- nvidia/Nemotron-Math-v2
|
| 10 |
+
metrics:
|
| 11 |
+
- accuracy
|
| 12 |
+
base_model:
|
| 13 |
+
- Qwen/Qwen2.5-32B
|
| 14 |
+
tags:
|
| 15 |
+
- math
|
| 16 |
+
model-index:
|
| 17 |
+
- name: PCL-Reasoner/V1.5
|
| 18 |
+
results:
|
| 19 |
+
- task:
|
| 20 |
+
type: text-generation
|
| 21 |
+
dataset:
|
| 22 |
+
name: Aime24
|
| 23 |
+
type: Aime24
|
| 24 |
+
metrics:
|
| 25 |
+
- name: Aime24
|
| 26 |
+
type: Aime24
|
| 27 |
+
value: 90.9
|
| 28 |
+
- name: Aime25
|
| 29 |
+
type: Aime25
|
| 30 |
+
value: 86.7
|
| 31 |
---
|
| 32 |
|
| 33 |
|
|
|
|
| 160 |
journal={arXiv preprint arXiv:2405.14524},
|
| 161 |
year={2026}
|
| 162 |
}
|
| 163 |
+
```
|