Create eval_table.md
Browse files- evaluation/eval_table.md +25 -0
evaluation/eval_table.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Table 1 below shows the HumanEval scores of CodeParrot, InCoder, PolyCoder, CodeGen and Codex (not open-source).
|
| 2 |
+
|
| 3 |
+
<div align="center">
|
| 4 |
+
|
| 5 |
+
Model | pass@1 | pass@10 | pass@100|
|
| 6 |
+
|-------|--------|---------|---------|
|
| 7 |
+
|CodeParrot (110M) | 3.80% | 6.57% | 12.78% |
|
| 8 |
+
|CodeParrot (1.5B) | 3.58% | 8.03% | 14.96% |
|
| 9 |
+
|||||
|
| 10 |
+
|InCoder (6.7B) | 15.2% | 27.8% | 47.00% |
|
| 11 |
+
|||||
|
| 12 |
+
|PolyCoder (160M)| 2.13% | 3.35% | 4.88% |
|
| 13 |
+
|PolyCoder (400M)| 2.96% | 5.29% | 11.59% |
|
| 14 |
+
|PolyCoder (2.7B)| 5.59% | 9.84% | 17.68% |
|
| 15 |
+
|||||
|
| 16 |
+
|CodeGen-Mono (350M)| 12.76% | 23.11% | 35.19% |
|
| 17 |
+
|CodeGen-Mono (2.7B)| 23.70% | 36.64% | 57.01% |
|
| 18 |
+
|CodeGen-Mono (6.1B)| 26.13% | 42.29% | 65.82% |
|
| 19 |
+
|CodeGen-Mono (16.1B)| **29.28%** | **49.86%** | **75.00%** |
|
| 20 |
+
|||||
|
| 21 |
+
|Codex (25M)| 3.21% | 7.1% | 12.89%|
|
| 22 |
+
|Codex (300M)| 13.17%| 20.37% | 36.27% |
|
| 23 |
+
|Codex (12B)| 28.81%| 46.81% | 72.31% |
|
| 24 |
+
|
| 25 |
+
</div>
|