Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,13 @@ tags:
|
|
11 |
This model was converted to GGUF format from [`Skywork/Skywork-OR1-7B`](https://huggingface.co/Skywork/Skywork-OR1-7B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
12 |
Refer to the [original model card](https://huggingface.co/Skywork/Skywork-OR1-7B) for more details on the model.
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
## Use with llama.cpp
|
15 |
Install llama.cpp through brew (works on Mac and Linux)
|
16 |
|
|
|
11 |
This model was converted to GGUF format from [`Skywork/Skywork-OR1-7B`](https://huggingface.co/Skywork/Skywork-OR1-7B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
12 |
Refer to the [original model card](https://huggingface.co/Skywork/Skywork-OR1-7B) for more details on the model.
|
13 |
|
14 |
+
---
|
15 |
+
The Skywork-OR1 (Open Reasoner 1) model series consists of powerful math and code reasoning models trained using large-scale rule-based reinforcement learning with carefully designed datasets and training recipes. This series includes two general-purpose reasoning modelsl, Skywork-OR1-7B and Skywork-OR1-32B.
|
16 |
+
|
17 |
+
- Skywork-OR1-32B outperforms Deepseek-R1 and Qwen3-32B on math tasks (AIME24 and AIME25) and delivers comparable performance on coding tasks (LiveCodeBench).
|
18 |
+
- Skywork-OR1-7B exhibits competitive performance compared to similarly sized models in both math and coding scenarios.
|
19 |
+
|
20 |
+
---
|
21 |
## Use with llama.cpp
|
22 |
Install llama.cpp through brew (works on Mac and Linux)
|
23 |
|