add metadata to readme (#2)
Browse files- add metadata to readme (ec8a18e2cd073017bdebfd6882cb9209df20a92d)
Co-authored-by: Wonseok Lee <[email protected]>
README.md
CHANGED
@@ -4,6 +4,9 @@ inference: true
|
|
4 |
license: apache-2.0
|
5 |
datasets:
|
6 |
- simplescaling/s1K-1.1
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
# Model Summary
|
@@ -30,5 +33,4 @@ The model usage is documented [here](https://github.com/simplescaling/s1?tab=rea
|
|
30 |
| MATH500 | 93.0 | 95.4 | 81.4 | 94.8 | 97.3 | 94.3 |
|
31 |
| GPQA-Diamond | 59.6 | 63.6 | 75.2 | 77.3 | 71.5 | 62.1 |
|
32 |
|
33 |
-
Note that s1-32B and s1.1-32B use budget forcing in this table; specifically ignoring end-of-thinking and appending "Wait" once or twice.
|
34 |
-
|
|
|
4 |
license: apache-2.0
|
5 |
datasets:
|
6 |
- simplescaling/s1K-1.1
|
7 |
+
base_model:
|
8 |
+
- Qwen/Qwen2.5-32B-Instruct
|
9 |
+
library_name: transformers
|
10 |
---
|
11 |
|
12 |
# Model Summary
|
|
|
33 |
| MATH500 | 93.0 | 95.4 | 81.4 | 94.8 | 97.3 | 94.3 |
|
34 |
| GPQA-Diamond | 59.6 | 63.6 | 75.2 | 77.3 | 71.5 | 62.1 |
|
35 |
|
36 |
+
Note that s1-32B and s1.1-32B use budget forcing in this table; specifically ignoring end-of-thinking and appending "Wait" once or twice.
|
|