Upload evaluation/evaluation_metrics.json with huggingface_hub
Browse files
evaluation/evaluation_metrics.json
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"overall": {
|
3 |
+
"accuracy": 0.14,
|
4 |
+
"precision_macro": 0.33,
|
5 |
+
"recall_macro": 0.78,
|
6 |
+
"f1_macro": 0.46
|
7 |
+
},
|
8 |
+
"per_class": {
|
9 |
+
"precision": {
|
10 |
+
"math": 0.42,
|
11 |
+
"graphs": 0.4,
|
12 |
+
"strings": 0.41,
|
13 |
+
"number theory": 0.16,
|
14 |
+
"trees": 0.45,
|
15 |
+
"geometry": 0.25,
|
16 |
+
"games": 0.27,
|
17 |
+
"probabilities": 0.1,
|
18 |
+
"other": 0.54
|
19 |
+
},
|
20 |
+
"recall": {
|
21 |
+
"math": 0.74,
|
22 |
+
"graphs": 0.75,
|
23 |
+
"strings": 0.93,
|
24 |
+
"number theory": 0.76,
|
25 |
+
"trees": 0.79,
|
26 |
+
"geometry": 0.84,
|
27 |
+
"games": 0.8,
|
28 |
+
"probabilities": 0.47,
|
29 |
+
"other": 0.95
|
30 |
+
},
|
31 |
+
"f1": {
|
32 |
+
"math": 0.53,
|
33 |
+
"graphs": 0.52,
|
34 |
+
"strings": 0.56,
|
35 |
+
"number theory": 0.27,
|
36 |
+
"trees": 0.57,
|
37 |
+
"geometry": 0.39,
|
38 |
+
"games": 0.4,
|
39 |
+
"probabilities": 0.16,
|
40 |
+
"other": 0.68
|
41 |
+
}
|
42 |
+
}
|
43 |
+
}
|