Mr-FineTuner commited on
Commit
b391c35
·
verified ·
1 Parent(s): e4704c9

Upload non-fine-tuned LLaMA-3-8B 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,4,4,2,0,0
3
+ A2,0,1,7,2,0,0
4
+ B1,0,5,3,2,0,0
5
+ B2,0,2,6,2,0,0
6
+ C1,0,0,0,7,2,1
7
+ C2,0,0,2,3,4,1
confusion_matrix_exact.png ADDED
confusion_matrix_within1.csv ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ ,A1,A2,B1,B2,C1,C2
2
+ A1,4,0,4,2,0,0
3
+ A2,0,8,0,2,0,0
4
+ B1,0,0,10,0,0,0
5
+ B2,0,2,0,8,0,0
6
+ C1,0,0,0,0,10,0
7
+ C2,0,0,2,3,0,5
confusion_matrix_within1.png ADDED