edbeeching HF Staff commited on
Commit
a830477
·
verified ·
1 Parent(s): a069fd3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -8
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
- |NormolLM-Coder-7B| 36.4 |137 |
26
- |GPT-4o| 28.43||
27
- |Claude 3.7 Sonnet| 39.18||
28
- |QwQ-32B| 60.98||
29
- |DeepSeek-R1-Distill-Qwen-32B| 56.58||
30
- |DeepSeek-R1-Distill-Qwen-7B| 37.36||
31
- |Qwen2.5-Coder-32B| 28.31||
32
- |Qwen2.5-Coder-7B| 15.83||
 
 
 
 
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: