Mr-FineTuner commited on
Commit
cc4476e
·
verified ·
1 Parent(s): ae390f7

Upload non-fine-tuned Gemma-7B CEFR evaluation with exact and within-1 confusion matrices

Browse files
confusion_matrix_exact.csv ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ ,A1,A2,B1,B2,C1,C2
2
+ A1,0,0,10,0,0,0
3
+ A2,0,0,10,0,0,0
4
+ B1,0,0,10,0,0,0
5
+ B2,0,0,10,0,0,0
6
+ C1,0,0,10,0,0,0
7
+ C2,0,0,10,0,0,0
confusion_matrix_exact.png ADDED
confusion_matrix_within1.csv ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ ,A1,A2,B1,B2,C1,C2
2
+ A1,0,0,10,0,0,0
3
+ A2,0,10,0,0,0,0
4
+ B1,0,0,10,0,0,0
5
+ B2,0,0,0,10,0,0
6
+ C1,0,0,10,0,0,0
7
+ C2,0,0,10,0,0,0
confusion_matrix_within1.png ADDED