4rooms commited on
Commit
f62808b
·
verified ·
1 Parent(s): 50c6b73

Upload chambon2018/metrics.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. chambon2018/metrics.json +51 -0
chambon2018/metrics.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "accuracy": 0.826252818107605,
3
+ "f1_score": 0.731082421541214,
4
+ "precision": 0.7514980673789978,
5
+ "recall": 0.7291027128696441,
6
+ "cohen_kappa": 0.7364495396614075,
7
+ "confusion_matrix": [
8
+ [
9
+ 842,
10
+ 40,
11
+ 62,
12
+ 1,
13
+ 44
14
+ ],
15
+ [
16
+ 117,
17
+ 166,
18
+ 189,
19
+ 0,
20
+ 209
21
+ ],
22
+ [
23
+ 38,
24
+ 98,
25
+ 4520,
26
+ 209,
27
+ 165
28
+ ],
29
+ [
30
+ 1,
31
+ 0,
32
+ 308,
33
+ 1093,
34
+ 0
35
+ ],
36
+ [
37
+ 68,
38
+ 37,
39
+ 99,
40
+ 0,
41
+ 1392
42
+ ]
43
+ ],
44
+ "support": [
45
+ 989.0,
46
+ 681.0,
47
+ 5030.0,
48
+ 1402.0,
49
+ 1596.0
50
+ ]
51
+ }