Update README.md
Browse files
README.md
CHANGED
@@ -8,4 +8,29 @@ base_model:
|
|
8 |
- Qwen/Qwen2.5-32B-Instruct
|
9 |
pipeline_tag: text-generation
|
10 |
library_name: transformers
|
11 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
- Qwen/Qwen2.5-32B-Instruct
|
9 |
pipeline_tag: text-generation
|
10 |
library_name: transformers
|
11 |
+
---
|
12 |
+
|
13 |
+
# Model Summary
|
14 |
+
|
15 |
+
> Multiverse-32B, built on [Multiverse](https://multiverse4fm.github.io/), is the first open-source, non-AR model to achieve scores of 54% and 46% on AIME 2024 & 2025.
|
16 |
+
|
17 |
+
- **Webpage:** [Multiverse](https://multiverse4fm.github.io/)
|
18 |
+
- **Paper:** [https://arxiv.org/abs/2506.09991](https://arxiv.org/abs/2506.09991)
|
19 |
+
# Use
|
20 |
+
|
21 |
+
The model usage is documented [here](https://github.com/Multiverse4FM/Multiverse).
|
22 |
+
|
23 |
+
# Evaluation
|
24 |
+
|
25 |
+
| Model | AIME24 | AIME25 | MATH500 | GPQA-Diamond |
|
26 |
+
| :--- | :---: | :---: | :---: | :---: |
|
27 |
+
| s1-32B | 35.4 | 25.8 | 88.6 | 48.0 |
|
28 |
+
| s1.1-32B | 52.9 | 41.7 | 93.4 | 62.6 |
|
29 |
+
| Qwen2.5-32B-Instruct | 15.8 | 10.4 | 80.4 | 47.0 |
|
30 |
+
| Autoregressive-32B | **54.6** | <u>45.0</u> | **92.8** | <u>61.6</u> |
|
31 |
+
| **Multiverse-32B-zero** | 52.1 | 44.2 | <u>92.4</u> | **63.6** |
|
32 |
+
| **Multiverse-32B** | 53.8 | **45.8** | 91.8 | 60.7 |
|
33 |
+
|
34 |
+
# Acknowledge
|
35 |
+
|
36 |
+
Thanks to the amazing s1 team for their s1.1 dataset as base data, and the Qwen team for their Qwen-2.5-32B-Instruct as base model.
|