4rooms commited on
Commit
3a58efc
·
verified ·
1 Parent(s): ed875c5

Upload seqsleepnet-phan/metrics.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. seqsleepnet-phan/metrics.json +51 -0
seqsleepnet-phan/metrics.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "accuracy": 0.808536946773529,
3
+ "f1_score": 0.7572815656661988,
4
+ "precision": 0.7529160976409912,
5
+ "recall": 0.7675562381744385,
6
+ "cohen_kappa": 0.7407762408256531,
7
+ "confusion_matrix": [
8
+ [
9
+ 8280,
10
+ 578,
11
+ 95,
12
+ 9,
13
+ 202
14
+ ],
15
+ [
16
+ 491,
17
+ 1327,
18
+ 556,
19
+ 3,
20
+ 396
21
+ ],
22
+ [
23
+ 101,
24
+ 910,
25
+ 8819,
26
+ 402,
27
+ 979
28
+ ],
29
+ [
30
+ 14,
31
+ 31,
32
+ 528,
33
+ 1931,
34
+ 6
35
+ ],
36
+ [
37
+ 32,
38
+ 133,
39
+ 262,
40
+ 0,
41
+ 3832
42
+ ]
43
+ ],
44
+ "support": [
45
+ 9164.0,
46
+ 2773.0,
47
+ 11211.0,
48
+ 2510.0,
49
+ 4259.0
50
+ ]
51
+ }