4rooms commited on
Commit
45c650b
·
verified ·
1 Parent(s): 9685179

Upload sleeptransformer-phan/metrics.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. sleeptransformer-phan/metrics.json +51 -0
sleeptransformer-phan/metrics.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "accuracy": 0.8663308024406433,
3
+ "f1_score": 0.7963488817214965,
4
+ "precision": 0.8057361245155334,
5
+ "recall": 0.7905251979827881,
6
+ "cohen_kappa": 0.8100200295448303,
7
+ "confusion_matrix": [
8
+ [
9
+ 296974,
10
+ 8242,
11
+ 16479,
12
+ 929,
13
+ 4620
14
+ ],
15
+ [
16
+ 11045,
17
+ 25734,
18
+ 18328,
19
+ 21,
20
+ 6303
21
+ ],
22
+ [
23
+ 13737,
24
+ 10521,
25
+ 597787,
26
+ 35291,
27
+ 20320
28
+ ],
29
+ [
30
+ 792,
31
+ 10,
32
+ 31295,
33
+ 171592,
34
+ 147
35
+ ],
36
+ [
37
+ 4535,
38
+ 2531,
39
+ 15154,
40
+ 350,
41
+ 208357
42
+ ]
43
+ ],
44
+ "support": [
45
+ 327244.0,
46
+ 61431.0,
47
+ 677656.0,
48
+ 203836.0,
49
+ 230927.0
50
+ ]
51
+ }