Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,16 @@ datasets:
|
|
17 |
|
18 |
The model usage is documented [here](https://github.com/simplescaling/s1?tab=readme-ov-file#inference).
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
# Citation
|
21 |
|
22 |
```bibtex
|
|
|
17 |
|
18 |
The model usage is documented [here](https://github.com/simplescaling/s1?tab=readme-ov-file#inference).
|
19 |
|
20 |
+
# Evaluation
|
21 |
+
|
22 |
+
| Metric | s1-32B | s1.1-32B | o1-preview | DeepSeek-R1 | DeepSeek-R1-Distill-Qwen-32B |
|
23 |
+
|---|---|---|---|---|---|
|
24 |
+
| AIME2024 | 56.7 | 56.7 | 40.0 | 79.8 | 72.6 |
|
25 |
+
| MATH500 | 93.0 | 95.4 | 81.4 | 97.3 | 94.3 |
|
26 |
+
| GPQA-Diamond | 59.6 | 63.6 | 75.2 | 71.5 | 62.1 |
|
27 |
+
|
28 |
+
Note that s1-32B and s1.1-32B use budget forcing in this table; specifically ignoring end-of-thinking and appending "Wait" twice.
|
29 |
+
|
30 |
# Citation
|
31 |
|
32 |
```bibtex
|