Update README.md
Browse files
README.md
CHANGED
@@ -11,24 +11,31 @@ model-index:
|
|
11 |
results: []
|
12 |
---
|
13 |
|
14 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
-
should probably proofread and complete it, then remove this comment. -->
|
16 |
|
17 |
-
|
|
|
|
|
18 |
|
19 |
-
|
20 |
|
21 |
-
|
|
|
22 |
|
23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
-
## Intended uses & limitations
|
26 |
|
27 |
-
More information needed
|
28 |
|
29 |
-
##
|
|
|
|
|
30 |
|
31 |
-
More information needed
|
32 |
|
33 |
## Training procedure
|
34 |
|
@@ -49,8 +56,6 @@ The following hyperparameters were used during training:
|
|
49 |
- lr_scheduler_warmup_ratio: 0.1
|
50 |
- num_epochs: 3.0
|
51 |
|
52 |
-
### Training results
|
53 |
-
|
54 |
|
55 |
|
56 |
### Framework versions
|
|
|
11 |
results: []
|
12 |
---
|
13 |
|
|
|
|
|
14 |
|
15 |
+
<p align="center">
|
16 |
+
<img src="https://huggingface.co/datasets/open-thoughts/open-thoughts-114k/resolve/main/open_thoughts.png" width="50%">
|
17 |
+
</p>
|
18 |
|
19 |
+
# OpenThinker-7B-Unverified
|
20 |
|
21 |
+
This model is a fine-tuned version of [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) on the
|
22 |
+
[OpenThoughts-Unverified-173k](https://huggingface.co/datasets/open-thoughts/OpenThoughts-Unverified-173k) dataset.
|
23 |
|
24 |
+
Please see [OpenThinker-7B](https://huggingface.co/open-thoughts/OpenThinker-7B) for more information.
|
25 |
+
|
26 |
+
|Model Name|Dataset size|AIME24 I/II|AIME25 I|MATH500|GPQA Diamond|LCBv2|
|
27 |
+
|---|---|---|---|---|---|---|
|
28 |
+
|[OpenThinker-7B](https://huggingface.co/open-thoughts/OpenThinker-7B)|114k|31.3|30.7|84.4|38.9|41.8|
|
29 |
+
|[OpenThinker-7B-Unverified](https://huggingface.co/open-thoughts/OpenThinker-7B-Unverified)|173k|34|29.33|83|39.4|43.8|
|
30 |
+
|[OpenThinker-32B](https://huggingface.co/open-thoughts/OpenThinker-32B)|114k|66.7|53.3|90.6|61.6|68.9|
|
31 |
+
|[OpenThinker-32B-Unverified](https://huggingface.co/open-thoughts/OpenThinker-32B-Unverified)|173k|60.7|44|90|60.6|69.2|
|
32 |
|
|
|
33 |
|
|
|
34 |
|
35 |
+
## Intended uses & limitations
|
36 |
+
|
37 |
+
Apache 2.0
|
38 |
|
|
|
39 |
|
40 |
## Training procedure
|
41 |
|
|
|
56 |
- lr_scheduler_warmup_ratio: 0.1
|
57 |
- num_epochs: 3.0
|
58 |
|
|
|
|
|
59 |
|
60 |
|
61 |
### Framework versions
|