Skip to content

Commit 5126dae

Browse files
authored
add deepseek v2 coder
1 parent d780e24 commit 5126dae

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

leaderboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ <h3>🤗 More Leaderboards</h3>
351351
containLabel: true,
352352
},
353353
xAxis: {
354-
name: "Size",
354+
name: "Act. Size",
355355
type: "category",
356356
boundaryGap: false,
357357
data: [],

results.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,18 @@
275275
"prompted": true,
276276
"size": 104
277277
},
278+
"DeepSeek-Coder-V2-Instruct": {
279+
"link": "https://huggingface.co/deepseek-ai/DeepSeek-Coder-V2-Instruct",
280+
"open-data": "NONE",
281+
"pass@1": {
282+
"humaneval": 85.4,
283+
"humaneval+": 82.3,
284+
"mbpp": 89.4,
285+
"mbpp+": 75.1
286+
},
287+
"prompted": false,
288+
"size": 21
289+
},
278290
"DeepSeek-Coder-1.3B-base": {
279291
"link": "https://huggingface.co/deepseek-ai/deepseek-coder-1.3b-base",
280292
"open-data": "NONE",

0 commit comments

Comments
 (0)