Update README.md
Browse files
README.md
CHANGED
@@ -22,14 +22,18 @@ OlympicCoder-7B is a medium sized coding model, that achieves strong performance
|
|
22 |
## Performance
|
23 |
| Model | LCB | IOI |
|
24 |
|-------|-----|---------------|
|
25 |
-
|
|
26 |
-
|
|
27 |
-
|
|
28 |
-
|
|
29 |
-
|DeepSeek-R1-Distill-Qwen-
|
30 |
-
|
|
31 |
-
|Qwen2.5-Coder-
|
32 |
-
|
|
|
|
|
|
|
|
|
|
33 |
|
34 |
## Usage
|
35 |
Here's how you can run the model using the `pipeline()` function from 🤗 Transformers:
|
|
|
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 |
+
|
37 |
|
38 |
## Usage
|
39 |
Here's how you can run the model using the `pipeline()` function from 🤗 Transformers:
|