Update README.md
Browse files
README.md
CHANGED
|
@@ -19,6 +19,15 @@ model-index:
|
|
| 19 |
This model was converted to GGUF format from [`open-thoughts/OpenThinker2-7B`](https://huggingface.co/open-thoughts/OpenThinker2-7B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
| 20 |
Refer to the [original model card](https://huggingface.co/open-thoughts/OpenThinker2-7B) for more details on the model.
|
| 21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
## Use with llama.cpp
|
| 23 |
Install llama.cpp through brew (works on Mac and Linux)
|
| 24 |
|
|
|
|
| 19 |
This model was converted to GGUF format from [`open-thoughts/OpenThinker2-7B`](https://huggingface.co/open-thoughts/OpenThinker2-7B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
| 20 |
Refer to the [original model card](https://huggingface.co/open-thoughts/OpenThinker2-7B) for more details on the model.
|
| 21 |
|
| 22 |
+
---
|
| 23 |
+
This model is a fine-tuned version of Qwen/Qwen2.5-7B-Instruct on the
|
| 24 |
+
OpenThoughts2-1M dataset.
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
The OpenThinker2-7B model is the top 7B open-data reasoning model. It delivers performance comparable to state of the art 7B models like DeepSeek-R1-Distill-7B across a suite of tasks.
|
| 28 |
+
This model improves upon our previous OpenThinker-7B model, which was trained on 114k examples from OpenThoughts-114k.
|
| 29 |
+
|
| 30 |
+
---
|
| 31 |
## Use with llama.cpp
|
| 32 |
Install llama.cpp through brew (works on Mac and Linux)
|
| 33 |
|