4rooms commited on
Commit
0eddfaf
·
verified ·
1 Parent(s): c92643b

Upload tsinalis-2016/metrics.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tsinalis-2016/metrics.json +51 -0
tsinalis-2016/metrics.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "accuracy": 0.7728381752967834,
3
+ "f1_score": 0.6606769025325775,
4
+ "precision": 0.7397053837776184,
5
+ "recall": 0.6511747986078262,
6
+ "cohen_kappa": 0.6834196448326111,
7
+ "confusion_matrix": [
8
+ [
9
+ 7614,
10
+ 839,
11
+ 262,
12
+ 1,
13
+ 448
14
+ ],
15
+ [
16
+ 232,
17
+ 677,
18
+ 928,
19
+ 0,
20
+ 936
21
+ ],
22
+ [
23
+ 12,
24
+ 149,
25
+ 10030,
26
+ 45,
27
+ 975
28
+ ],
29
+ [
30
+ 4,
31
+ 1,
32
+ 1515,
33
+ 973,
34
+ 17
35
+ ],
36
+ [
37
+ 9,
38
+ 52,
39
+ 371,
40
+ 0,
41
+ 3827
42
+ ]
43
+ ],
44
+ "support": [
45
+ 9164.0,
46
+ 2773.0,
47
+ 11211.0,
48
+ 2510.0,
49
+ 4259.0
50
+ ]
51
+ }