alobos commited on
Commit
299131d
·
verified ·
1 Parent(s): 0d768f9

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +30 -0
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "optimize_for": "recall",
3
+ "seq_len": 96,
4
+ "model_config": {
5
+ "d_model": 160,
6
+ "n_layers": 4,
7
+ "n_heads": 8,
8
+ "dropout": 0.05,
9
+ "schedule_variant": "extended",
10
+ "pcgrad": true,
11
+ "threshold": 0.4
12
+ },
13
+ "vib_config": {
14
+ "seq_len": 96,
15
+ "d_model": 128,
16
+ "d_content": 64,
17
+ "d_style": 24,
18
+ "nhead": 4,
19
+ "layers": 3,
20
+ "epochs": 20,
21
+ "steps_per_epoch": 40,
22
+ "cls_weight": 2.0,
23
+ "beta": 0.001
24
+ },
25
+ "threshold_summary": {
26
+ "threshold": 0.4,
27
+ "recall": 0.04608870311058032,
28
+ "false_alarm": 0.0
29
+ }
30
+ }