File size: 558 Bytes
299131d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | {
"optimize_for": "recall",
"seq_len": 96,
"model_config": {
"d_model": 160,
"n_layers": 4,
"n_heads": 8,
"dropout": 0.05,
"schedule_variant": "extended",
"pcgrad": true,
"threshold": 0.4
},
"vib_config": {
"seq_len": 96,
"d_model": 128,
"d_content": 64,
"d_style": 24,
"nhead": 4,
"layers": 3,
"epochs": 20,
"steps_per_epoch": 40,
"cls_weight": 2.0,
"beta": 0.001
},
"threshold_summary": {
"threshold": 0.4,
"recall": 0.04608870311058032,
"false_alarm": 0.0
}
} |