wzxii commited on
Commit
973f410
·
verified ·
1 Parent(s): c492cd8

Upload 2 files

Browse files
Files changed (2) hide show
  1. chart.js +18 -3
  2. table.js +9 -0
chart.js CHANGED
@@ -81,6 +81,14 @@ var dataset = [
81
  temp0_8_HumanEval: 0.3316,
82
  temp0_8_HumanEval_ET: 0.2779,
83
  },
 
 
 
 
 
 
 
 
84
  {
85
  name: 'AixCoder3-7b-base',
86
  MGI: 0.0578,
@@ -217,6 +225,12 @@ for(let i = 0; i < 4; i++){
217
  color: '#ebb1d3'
218
  }
219
  },
 
 
 
 
 
 
220
  {
221
  name: 'AixCoder3-7b-base',
222
  itemStyle: {
@@ -287,6 +301,7 @@ for(let i = 0; i < 4; i++){
287
  'CodeLlama-7b-instruct',
288
  'CodeGemma-2b',
289
  'CodeGemma-7b',
 
290
  'AixCoder3-7b-base',
291
  'CodeQwen1.5-7b',
292
  'CodeQwen1.5-7b-Chat',
@@ -297,11 +312,11 @@ for(let i = 0; i < 4; i++){
297
  'CodeLlama-70b'
298
  ],
299
  right: 55,
300
- bottom: '10.5%',
301
  orient: 'vertical',
302
  icon: 'diamond',
303
- itemWidth: 14,
304
- itemHeight: 14,
305
  textStyle: {
306
  fontSize: 14.5,
307
  color: '#5876fa'
 
81
  temp0_8_HumanEval: 0.3316,
82
  temp0_8_HumanEval_ET: 0.2779,
83
  },
84
+ {
85
+ name: 'CodeGemma-7b-it',
86
+ MGI: 0.0732,
87
+ temp0_HumanEval: 0.5671,
88
+ temp0_HumanEval_ET: 0.4756,
89
+ temp0_8_HumanEval: 0.5076,
90
+ temp0_8_HumanEval_ET: 0.4329,
91
+ },
92
  {
93
  name: 'AixCoder3-7b-base',
94
  MGI: 0.0578,
 
225
  color: '#ebb1d3'
226
  }
227
  },
228
+ {
229
+ name: 'CodeGemma-7b-it',
230
+ itemStyle: {
231
+ color: '#09f0f0'
232
+ }
233
+ },
234
  {
235
  name: 'AixCoder3-7b-base',
236
  itemStyle: {
 
301
  'CodeLlama-7b-instruct',
302
  'CodeGemma-2b',
303
  'CodeGemma-7b',
304
+ 'CodeGemma-7b-it',
305
  'AixCoder3-7b-base',
306
  'CodeQwen1.5-7b',
307
  'CodeQwen1.5-7b-Chat',
 
312
  'CodeLlama-70b'
313
  ],
314
  right: 55,
315
+ bottom: '10.2%',
316
  orient: 'vertical',
317
  icon: 'diamond',
318
+ itemWidth: 13,
319
+ itemHeight: 13,
320
  textStyle: {
321
  fontSize: 14.5,
322
  color: '#5876fa'
table.js CHANGED
@@ -89,6 +89,15 @@ const models = [
89
  temp0_8_HumanEval_ET: 0.2779,
90
  link: 'https://huggingface.co/google/codegemma-7b',
91
  },
 
 
 
 
 
 
 
 
 
92
  {
93
  name: 'AixCoder3-7b-base',
94
  MGI: 0.0578,
 
89
  temp0_8_HumanEval_ET: 0.2779,
90
  link: 'https://huggingface.co/google/codegemma-7b',
91
  },
92
+ {
93
+ name: 'CodeGemma-7b-it',
94
+ MGI: 0.0732,
95
+ temp0_HumanEval: 0.5671,
96
+ temp0_HumanEval_ET: 0.4756,
97
+ temp0_8_HumanEval: 0.5076,
98
+ temp0_8_HumanEval_ET: 0.4329,
99
+ link: 'https://huggingface.co/google/codegemma-7b-it',
100
+ },
101
  {
102
  name: 'AixCoder3-7b-base',
103
  MGI: 0.0578,