Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,12 @@ tags:
|
|
16 |
This model was converted to GGUF format from [`open-r1/OlympicCoder-7B`](https://huggingface.co/open-r1/OlympicCoder-7B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
17 |
Refer to the [original model card](https://huggingface.co/open-r1/OlympicCoder-7B) for more details on the model.
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
## Use with llama.cpp
|
20 |
Install llama.cpp through brew (works on Mac and Linux)
|
21 |
|
|
|
16 |
This model was converted to GGUF format from [`open-r1/OlympicCoder-7B`](https://huggingface.co/open-r1/OlympicCoder-7B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
17 |
Refer to the [original model card](https://huggingface.co/open-r1/OlympicCoder-7B) for more details on the model.
|
18 |
|
19 |
+
---
|
20 |
+
OlympicCoder-7B is a code model that achieves strong performance on
|
21 |
+
competitive coding benchmarks such as LiveCodeBench and the 2024
|
22 |
+
International Olympiad in Informatics.
|
23 |
+
|
24 |
+
---
|
25 |
## Use with llama.cpp
|
26 |
Install llama.cpp through brew (works on Mac and Linux)
|
27 |
|