Upload chart.js
Browse files
chart.js
CHANGED
@@ -149,23 +149,108 @@ let options = new Array(4)
|
|
149 |
for(let i = 0; i < 4; i++){
|
150 |
options[i] = {
|
151 |
series: [
|
152 |
-
{
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
{
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
{
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
169 |
],
|
170 |
grid: {
|
171 |
show: true,
|
@@ -177,6 +262,25 @@ for(let i = 0; i < 4; i++){
|
|
177 |
backgroundColor: '#eff1f7'
|
178 |
},
|
179 |
legend: {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
180 |
right: 55,
|
181 |
bottom: '10.5%',
|
182 |
orient: 'vertical',
|
|
|
149 |
for(let i = 0; i < 4; i++){
|
150 |
options[i] = {
|
151 |
series: [
|
152 |
+
{
|
153 |
+
name: 'GPT-3.5-turbo-1103',
|
154 |
+
itemStyle: {
|
155 |
+
color: '#d8a9f1'
|
156 |
+
}
|
157 |
+
},
|
158 |
+
{
|
159 |
+
name: 'GPT-3.5-turbo-0613',
|
160 |
+
itemStyle: {
|
161 |
+
color: '#ff4646'
|
162 |
+
}
|
163 |
+
},
|
164 |
+
{
|
165 |
+
name: 'CodeGeeX4-All-9B',
|
166 |
+
itemStyle: {
|
167 |
+
color: '#faed32'
|
168 |
+
}
|
169 |
+
},
|
170 |
+
{
|
171 |
+
name: 'Deepseek-Coder-6.7b-base',
|
172 |
+
itemStyle: {
|
173 |
+
color: '#efa930'
|
174 |
+
}
|
175 |
+
},
|
176 |
+
{
|
177 |
+
name: 'Deepseek-Coder-6.7b-instruct',
|
178 |
+
itemStyle: {
|
179 |
+
color: '#4dc3f8'
|
180 |
+
}
|
181 |
+
},
|
182 |
+
{
|
183 |
+
name: 'CodeLlama-7b',
|
184 |
+
itemStyle: {
|
185 |
+
color: '#0b8854'
|
186 |
+
}
|
187 |
+
},
|
188 |
+
{
|
189 |
+
name: 'CodeLlama-7b-python',
|
190 |
+
itemStyle: {
|
191 |
+
color: '#02ff89'
|
192 |
+
}
|
193 |
+
},
|
194 |
+
{
|
195 |
+
name: 'CodeLlama-7b-instruct',
|
196 |
+
itemStyle: {
|
197 |
+
color: '#a3a309'
|
198 |
+
}
|
199 |
+
},
|
200 |
+
{
|
201 |
+
name: 'CodeGemma-2b',
|
202 |
+
itemStyle: {
|
203 |
+
color: '#ff8a9d'
|
204 |
+
}
|
205 |
+
},
|
206 |
+
{
|
207 |
+
name: 'CodeGemma-7b',
|
208 |
+
itemStyle: {
|
209 |
+
color: '#ebb1d3'
|
210 |
+
}
|
211 |
+
},
|
212 |
+
{
|
213 |
+
name: 'AixCoder3-7b-base',
|
214 |
+
itemStyle: {
|
215 |
+
color: '#25cb57'
|
216 |
+
}
|
217 |
+
},
|
218 |
+
{
|
219 |
+
name: 'CodeQwen1.5-7b',
|
220 |
+
itemStyle: {
|
221 |
+
color: '#5f49df'
|
222 |
+
}
|
223 |
+
},
|
224 |
+
{
|
225 |
+
name: 'Starcoder2-7b',
|
226 |
+
itemStyle: {
|
227 |
+
color: '#bb2490'
|
228 |
+
}
|
229 |
+
},
|
230 |
+
{
|
231 |
+
name: 'Starcoder2-15b',
|
232 |
+
itemStyle: {
|
233 |
+
color: '#7ccdd5'
|
234 |
+
}
|
235 |
+
},
|
236 |
+
{
|
237 |
+
name: 'CodeLlama-13b',
|
238 |
+
itemStyle: {
|
239 |
+
color: '#e76b32'
|
240 |
+
}
|
241 |
+
},
|
242 |
+
{
|
243 |
+
name: 'CodeLlama-34b',
|
244 |
+
itemStyle: {
|
245 |
+
color: '#31d1a6'
|
246 |
+
}
|
247 |
+
},
|
248 |
+
{
|
249 |
+
name: 'CodeLlama-70b',
|
250 |
+
itemStyle: {
|
251 |
+
color: '#b65fe5'
|
252 |
+
}
|
253 |
+
}
|
254 |
],
|
255 |
grid: {
|
256 |
show: true,
|
|
|
262 |
backgroundColor: '#eff1f7'
|
263 |
},
|
264 |
legend: {
|
265 |
+
data: [
|
266 |
+
'GPT-3.5-turbo-1103',
|
267 |
+
'GPT-3.5-turbo-0613',
|
268 |
+
'CodeGeeX4-All-9B',
|
269 |
+
'Deepseek-Coder-6.7b-base',
|
270 |
+
'Deepseek-Coder-6.7b-instruct',
|
271 |
+
'CodeLlama-7b',
|
272 |
+
'CodeLlama-7b-python',
|
273 |
+
'CodeLlama-7b-instruct',
|
274 |
+
'CodeGemma-2b',
|
275 |
+
'CodeGemma-7b',
|
276 |
+
'AixCoder3-7b-base',
|
277 |
+
'CodeQwen1.5-7b',
|
278 |
+
'Starcoder2-7b',
|
279 |
+
'Starcoder2-15b',
|
280 |
+
'CodeLlama-13b',
|
281 |
+
'CodeLlama-34b',
|
282 |
+
'CodeLlama-70b'
|
283 |
+
],
|
284 |
right: 55,
|
285 |
bottom: '10.5%',
|
286 |
orient: 'vertical',
|