wzxii commited on
Commit
017e4ab
1 Parent(s): 663ad89

Upload 5 files

Browse files
Files changed (3) hide show
  1. chart.js +15 -0
  2. style.css +4 -0
  3. table.js +9 -0
chart.js CHANGED
@@ -97,6 +97,14 @@ var dataset = [
97
  temp0_8_HumanEval: 0.3884,
98
  temp0_8_HumanEval_ET: 0.3279,
99
  },
 
 
 
 
 
 
 
 
100
  {
101
  name: 'Starcoder2-7b',
102
  MGI: 0.0579,
@@ -221,6 +229,12 @@ for(let i = 0; i < 4; i++){
221
  color: '#5f49df'
222
  }
223
  },
 
 
 
 
 
 
224
  {
225
  name: 'Starcoder2-7b',
226
  itemStyle: {
@@ -275,6 +289,7 @@ for(let i = 0; i < 4; i++){
275
  'CodeGemma-7b',
276
  'AixCoder3-7b-base',
277
  'CodeQwen1.5-7b',
 
278
  'Starcoder2-7b',
279
  'Starcoder2-15b',
280
  'CodeLlama-13b',
 
97
  temp0_8_HumanEval: 0.3884,
98
  temp0_8_HumanEval_ET: 0.3279,
99
  },
100
+ {
101
+ name: 'CodeQwen1.5-7b-Chat',
102
+ MGI: 0.1098,
103
+ temp0_HumanEval: 0.6951,
104
+ temp0_HumanEval_ET: 0.6098,
105
+ temp0_8_HumanEval: 0.6368,
106
+ temp0_8_HumanEval_ET: 0.5566,
107
+ },
108
  {
109
  name: 'Starcoder2-7b',
110
  MGI: 0.0579,
 
229
  color: '#5f49df'
230
  }
231
  },
232
+ {
233
+ name: 'CodeQwen1.5-7b-Chat',
234
+ itemStyle: {
235
+ color: '#27b1b1'
236
+ }
237
+ },
238
  {
239
  name: 'Starcoder2-7b',
240
  itemStyle: {
 
289
  'CodeGemma-7b',
290
  'AixCoder3-7b-base',
291
  'CodeQwen1.5-7b',
292
+ 'CodeQwen1.5-7b-Chat',
293
  'Starcoder2-7b',
294
  'Starcoder2-15b',
295
  'CodeLlama-13b',
style.css CHANGED
@@ -325,3 +325,7 @@
325
  }
326
  /* more */
327
 
 
 
 
 
 
325
  }
326
  /* more */
327
 
328
+ .u {
329
+ color: #27b1b1;
330
+ }
331
+
table.js CHANGED
@@ -107,6 +107,15 @@ const models = [
107
  temp0_8_HumanEval_ET: 0.3279,
108
  link: 'https://huggingface.co/Qwen/CodeQwen1.5-7B',
109
  },
 
 
 
 
 
 
 
 
 
110
  {
111
  name: 'Starcoder2-7b',
112
  MGI: 0.0579,
 
107
  temp0_8_HumanEval_ET: 0.3279,
108
  link: 'https://huggingface.co/Qwen/CodeQwen1.5-7B',
109
  },
110
+ {
111
+ name: 'CodeQwen1.5-7b-Chat',
112
+ MGI: 0.1098,
113
+ temp0_HumanEval: 0.6951,
114
+ temp0_HumanEval_ET: 0.6098,
115
+ temp0_8_HumanEval: 0.6368,
116
+ temp0_8_HumanEval_ET: 0.5566,
117
+ link: 'https://huggingface.co/Qwen/CodeQwen1.5-7B-Chat',
118
+ },
119
  {
120
  name: 'Starcoder2-7b',
121
  MGI: 0.0579,