Neerav-Gupta commited on
Commit
f58730a
·
verified ·
1 Parent(s): b8828fa

Upload results/alarm_under_corruption.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. results/alarm_under_corruption.json +53 -0
results/alarm_under_corruption.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "lstm": {
3
+ "clean": {
4
+ "tpr": 0.52,
5
+ "mean_warning_time_ms": 15.161538461537024,
6
+ "threshold": 0.05
7
+ },
8
+ "dropout_50pct": {
9
+ "tpr": 0.9,
10
+ "mean_warning_time_ms": 16.555555555553028,
11
+ "threshold": 0.05
12
+ },
13
+ "proximate_25pct": {
14
+ "tpr": 0.0,
15
+ "mean_warning_time_ms": null,
16
+ "threshold": 0.0
17
+ }
18
+ },
19
+ "transformer": {
20
+ "clean": {
21
+ "tpr": 0.48,
22
+ "mean_warning_time_ms": 13.15833333333166,
23
+ "threshold": 0.05
24
+ },
25
+ "dropout_50pct": {
26
+ "tpr": 0.64,
27
+ "mean_warning_time_ms": 13.449999999998163,
28
+ "threshold": 0.05
29
+ },
30
+ "proximate_25pct": {
31
+ "tpr": 0.08,
32
+ "mean_warning_time_ms": 19.199999999994645,
33
+ "threshold": 0.05
34
+ }
35
+ },
36
+ "cnn": {
37
+ "clean": {
38
+ "tpr": 0.6,
39
+ "mean_warning_time_ms": 12.566666666664979,
40
+ "threshold": 0.05
41
+ },
42
+ "dropout_50pct": {
43
+ "tpr": 0.98,
44
+ "mean_warning_time_ms": 17.853061224487398,
45
+ "threshold": 0.05
46
+ },
47
+ "proximate_25pct": {
48
+ "tpr": 0.46,
49
+ "mean_warning_time_ms": 14.243478260867695,
50
+ "threshold": 0.05
51
+ }
52
+ }
53
+ }