Upload evaluation/evaluation_metrics.json with huggingface_hub
Browse files
evaluation/evaluation_metrics.json
CHANGED
@@ -1,43 +1,43 @@
|
|
1 |
{
|
2 |
"overall": {
|
3 |
-
"accuracy": 0.
|
4 |
-
"precision_macro": 0.
|
5 |
-
"recall_macro": 0.
|
6 |
-
"f1_macro": 0.
|
7 |
},
|
8 |
"per_class": {
|
9 |
"precision": {
|
10 |
-
"games": 0.
|
11 |
-
"geometry": 0.
|
12 |
-
"graphs": 0.
|
13 |
-
"math": 0.
|
14 |
-
"number theory": 0.
|
15 |
"other": 0.0,
|
16 |
-
"probabilities": 0.
|
17 |
-
"strings": 0.
|
18 |
-
"trees": 0.
|
19 |
},
|
20 |
"recall": {
|
21 |
-
"games": 0.
|
22 |
-
"geometry": 0.
|
23 |
-
"graphs": 0.
|
24 |
-
"math": 0.
|
25 |
-
"number theory": 0.
|
26 |
"other": 0.0,
|
27 |
-
"probabilities": 0.
|
28 |
-
"strings": 0.
|
29 |
-
"trees": 0.
|
30 |
},
|
31 |
"f1": {
|
32 |
-
"games": 0.
|
33 |
-
"geometry": 0.
|
34 |
-
"graphs": 0.
|
35 |
-
"math": 0.
|
36 |
"number theory": 0.36,
|
37 |
"other": 0.0,
|
38 |
-
"probabilities": 0.
|
39 |
-
"strings": 0.
|
40 |
-
"trees": 0.
|
41 |
}
|
42 |
}
|
43 |
}
|
|
|
1 |
{
|
2 |
"overall": {
|
3 |
+
"accuracy": 0.06,
|
4 |
+
"precision_macro": 0.25,
|
5 |
+
"recall_macro": 0.42,
|
6 |
+
"f1_macro": 0.28
|
7 |
},
|
8 |
"per_class": {
|
9 |
"precision": {
|
10 |
+
"games": 0.38,
|
11 |
+
"geometry": 0.1,
|
12 |
+
"graphs": 0.16,
|
13 |
+
"math": 0.26,
|
14 |
+
"number theory": 0.32,
|
15 |
"other": 0.0,
|
16 |
+
"probabilities": 0.24,
|
17 |
+
"strings": 0.44,
|
18 |
+
"trees": 0.36
|
19 |
},
|
20 |
"recall": {
|
21 |
+
"games": 0.13,
|
22 |
+
"geometry": 0.62,
|
23 |
+
"graphs": 0.51,
|
24 |
+
"math": 0.68,
|
25 |
+
"number theory": 0.42,
|
26 |
"other": 0.0,
|
27 |
+
"probabilities": 0.39,
|
28 |
+
"strings": 0.47,
|
29 |
+
"trees": 0.51
|
30 |
},
|
31 |
"f1": {
|
32 |
+
"games": 0.19,
|
33 |
+
"geometry": 0.17,
|
34 |
+
"graphs": 0.25,
|
35 |
+
"math": 0.38,
|
36 |
"number theory": 0.36,
|
37 |
"other": 0.0,
|
38 |
+
"probabilities": 0.3,
|
39 |
+
"strings": 0.46,
|
40 |
+
"trees": 0.43
|
41 |
}
|
42 |
}
|
43 |
}
|