Upload non-fine-tuned LLaMA-3-8B CEFR evaluation with exact and within-1 confusion matrices
Browse files- confusion_matrix_exact.csv +7 -0
- confusion_matrix_exact.png +0 -0
- confusion_matrix_within1.csv +7 -0
- confusion_matrix_within1.png +0 -0
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
|