KeivanR commited on
Commit
5aa158a
·
verified ·
1 Parent(s): 0079aa1

Upload evaluation/evaluation_metrics.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. evaluation/evaluation_metrics.json +27 -27
evaluation/evaluation_metrics.json CHANGED
@@ -1,43 +1,43 @@
1
  {
2
  "overall": {
3
- "accuracy": 0.06048387096774194,
4
- "precision_macro": 0.25129020766791754,
5
- "recall_macro": 0.41524017589800666,
6
- "f1_macro": 0.2812384171233439
7
  },
8
  "per_class": {
9
  "precision": {
10
- "games": 0.375,
11
- "geometry": 0.10047846889952153,
12
- "graphs": 0.16129032258064516,
13
- "math": 0.26259541984732826,
14
- "number theory": 0.3176470588235294,
15
  "other": 0.0,
16
- "probabilities": 0.2413793103448276,
17
- "strings": 0.44047619047619047,
18
- "trees": 0.3627450980392157
19
  },
20
  "recall": {
21
- "games": 0.13043478260869565,
22
- "geometry": 0.6176470588235294,
23
- "graphs": 0.514018691588785,
24
- "math": 0.6825396825396826,
25
- "number theory": 0.4153846153846154,
26
  "other": 0.0,
27
- "probabilities": 0.3888888888888889,
28
- "strings": 0.47435897435897434,
29
- "trees": 0.5138888888888888
30
  },
31
  "f1": {
32
- "games": 0.1935483870967742,
33
- "geometry": 0.1728395061728395,
34
- "graphs": 0.24553571428571427,
35
- "math": 0.37927232635060637,
36
  "number theory": 0.36,
37
  "other": 0.0,
38
- "probabilities": 0.2978723404255319,
39
- "strings": 0.4567901234567901,
40
- "trees": 0.42528735632183906
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
  }