Update README.md
Browse files
README.md
CHANGED
|
@@ -10,7 +10,8 @@ pipeline_tag: text-generation
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# Model Card for OlympicCoder-7B
|
| 13 |
-
|
|
|
|
| 14 |
|
| 15 |
## Model description
|
| 16 |
|
|
@@ -19,18 +20,8 @@ OlympicCoder-7B is a medium sized code model, that achieves strong performance o
|
|
| 19 |
- **License:** apache-2.0
|
| 20 |
- **Finetuned from model:** [Qwen/Qwen2.5-Coder-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-7B-Instruct)
|
| 21 |
|
| 22 |
-
##
|
| 23 |
-
|
| 24 |
-
|-------|-----|---------------|
|
| 25 |
-
|GPT-4o| 28.43 |-
|
| 26 |
-
|Claude 3.7 Sonnet |39.18| 93|
|
| 27 |
-
|QwQ-32B |60.98 | 127|
|
| 28 |
-
|DeepSeek-R1-Distill-Qwen-32B| 56.58| -|
|
| 29 |
-
|DeepSeek-R1-Distill-Qwen-7B |37.36|- |
|
| 30 |
-
|Qwen2.5-Coder-32B-Instruct| 28.31| 35|
|
| 31 |
-
|Qwen2.5-Coder-7B-Instruct |15.83 | 45|
|
| 32 |
-
|DeepSeek-R1 |-| |137|
|
| 33 |
-
|OlympicCoder-7B |36.4 | 129|
|
| 34 |
|
| 35 |
|
| 36 |
|
|
@@ -63,6 +54,7 @@ print(outputs[0]["generated_text"])
|
|
| 63 |
|
| 64 |
## Training procedure
|
| 65 |
### Training hyper-parameters
|
|
|
|
| 66 |
The following hyperparameters were used during training:
|
| 67 |
|
| 68 |
- dataset: open-r1/codeforces-cots_decontaminated
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# Model Card for OlympicCoder-7B
|
| 13 |
+
|
| 14 |
+
OlympicCoder-7B is a code model that achieves strong performance on competitive coding benchmarks such as LiveCodeBench and the 2024 International Olympiad in Informatics.
|
| 15 |
|
| 16 |
## Model description
|
| 17 |
|
|
|
|
| 20 |
- **License:** apache-2.0
|
| 21 |
- **Finetuned from model:** [Qwen/Qwen2.5-Coder-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-7B-Instruct)
|
| 22 |
|
| 23 |
+
## Evaluation
|
| 24 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
|
| 26 |
|
| 27 |
|
|
|
|
| 54 |
|
| 55 |
## Training procedure
|
| 56 |
### Training hyper-parameters
|
| 57 |
+
|
| 58 |
The following hyperparameters were used during training:
|
| 59 |
|
| 60 |
- dataset: open-r1/codeforces-cots_decontaminated
|