lewtun HF staff commited on
Commit
9bbd06c
·
verified ·
1 Parent(s): 83ebd64

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -14
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  license: apache-2.0
3
  datasets:
4
- - open-r1/codeforces-cots_decontaminated
5
  language:
6
  - en
7
  base_model:
@@ -10,7 +10,8 @@ pipeline_tag: text-generation
10
  ---
11
 
12
  # Model Card for OlympicCoder-32B
13
- OlympicCoder-32B is a medium sized code model, that achieves strong performance on coding benchmarks such as Live Code Bench and the new International Olympiad in Informatics benchmark.
 
14
 
15
  ## Model description
16
 
@@ -19,18 +20,9 @@ OlympicCoder-32B is a medium sized code model, that achieves strong performance
19
  - **License:** apache-2.0
20
  - **Finetuned from model:** [Qwen/Qwen2.5-Coder-32B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-32B-Instruct)
21
 
22
- ## Performance
23
- | Model | LCB | IOI |
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
 
 
1
  ---
2
  license: apache-2.0
3
  datasets:
4
+ - open-r1/codeforces-cots
5
  language:
6
  - en
7
  base_model:
 
10
  ---
11
 
12
  # Model Card for OlympicCoder-32B
13
+
14
+ OlympicCoder-32B is a code mode that achieves very strong performance on competitive coding benchmarks such as LiveCodeBench andthe 2024 International Olympiad in Informatics.
15
 
16
  ## Model description
17
 
 
20
  - **License:** apache-2.0
21
  - **Finetuned from model:** [Qwen/Qwen2.5-Coder-32B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-32B-Instruct)
22
 
23
+ ## Evaluation
24
+
25
+ ![](./ioi-evals.png)
 
 
 
 
 
 
 
 
 
26
 
27
 
28