transpose results
Browse files- results.csv +16 -15
results.csv
CHANGED
@@ -1,15 +1,16 @@
|
|
1 |
-
,
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
|
|
|
1 |
+
,spell,spell_inverse,cont_char,cont_word,orth,sem,ins_char,del_char,sub_char,swap_char,ins_word,del_word,sub_word,swap_word
|
2 |
+
llama2-7b,0.955,0.846,0.670,0.782,0.417,0.760,0.091,0.130,0.111,0.035,0.201,0.348,0.729,0.109
|
3 |
+
llama2-13b,0.996,0.929,0.698,0.848,0.463,0.763,0.115,0.305,0.142,0.025,0.367,0.487,0.707,0.219
|
4 |
+
llama2-70b,0.999,0.927,0.701,0.946,0.426,0.826,0.073,0.264,0.196,0.056,0.316,0.468,0.866,0.369
|
5 |
+
mistral-7b,0.870,0.911,0.615,0.942,0.553,0.847,0.048,0.342,0.210,0.028,0.113,0.538,0.700,0.159
|
6 |
+
mistral-8x7b,0.984,0.957,0.681,0.908,0.508,0.818,0.159,0.478,0.346,0.064,0.408,0.565,0.907,0.378
|
7 |
+
gemma-7b,0.822,0.730,0.640,0.848,0.545,0.820,0.107,0.304,0.151,0.025,0.365,0.567,0.707,0.172
|
8 |
+
aya-8b,0.952,0.916,0.560,0.776,0.516,0.265,0.065,0.275,0.151,0.035,0.133,0.675,0.586,0.146
|
9 |
+
aya-35b,0.996,0.986,0.236,0.993,0.494,0.926,0.110,0.45,0.306,0.036,0.599,0.710,0.85,0.411
|
10 |
+
command-r,0.989,0.978,0.689,0.874,0.434,0.817,0.073,0.377,0.287,0.053,0.422,0.558,0.758,0.283
|
11 |
+
command-r-plus,1.000,1.000,0.797,0.997,0.865,0.926,0.089,0.720,0.555,0.100,0.817,0.657,0.951,0.814
|
12 |
+
dbrx,0.999,0.999,0.478,0.972,0.476,0.903,0.099,0.640,0.477,0.075,0.532,0.863,0.936,0.603
|
13 |
+
llama3-8b,0.994,0.982,0.657,0.795,0.775,0.817,0.072,0.572,0.328,0.046,0.655,0.798,0.895,0.619
|
14 |
+
llama3-70b,1.000,0.998,0.731,0.993,0.914,0.885,0.089,0.740,0.537,0.131,0.778,0.933,0.969,0.830
|
15 |
+
llama3.1-405b,1.000,1.000,0.901,0.998,0.890,0.929,0.191,0.831,0.638,0.164,0.974,0.975,0.978,0.981
|
16 |
+
phi3-mini,0.760,0.691,0.675,0.858,0.488,0.834,0.077,0.325,0.166,0.052,0.550,0.781,0.813,0.188
|