wzxii commited on
Commit
e5d4298
1 Parent(s): 973f410

Upload 2 files

Browse files
Files changed (2) hide show
  1. chart.js +16 -15
  2. table.js +9 -9
chart.js CHANGED
@@ -81,14 +81,14 @@ var dataset = [
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,12 +225,12 @@ for(let i = 0; i < 4; i++){
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,7 +301,7 @@ for(let i = 0; i < 4; i++){
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',
@@ -311,6 +311,7 @@ for(let i = 0; i < 4; i++){
311
  'CodeLlama-34b',
312
  'CodeLlama-70b'
313
  ],
 
314
  right: 55,
315
  bottom: '10.2%',
316
  orient: 'vertical',
 
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',
 
311
  'CodeLlama-34b',
312
  'CodeLlama-70b'
313
  ],
314
+ // type: 'scroll',
315
  right: 55,
316
  bottom: '10.2%',
317
  orient: 'vertical',
table.js CHANGED
@@ -89,15 +89,15 @@ const models = [
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,
 
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,