wet-net / seq96_false_alarm /config.json
alobos's picture
Upload seq96_false_alarm/config.json with huggingface_hub
693627c verified
{
"optimize_for": "false_alarm",
"seq_len": 96,
"model_config": {
"d_model": 160,
"n_layers": 4,
"n_heads": 8,
"dropout": 0.05,
"schedule_variant": "extended",
"pcgrad": false,
"threshold": 0.7
},
"vib_config": {
"seq_len": 96,
"d_model": 128,
"d_content": 64,
"d_style": 24,
"nhead": 4,
"layers": 3,
"epochs": 40,
"steps_per_epoch": 80,
"cls_weight": 2.0,
"beta": 0.001
},
"threshold_summary": {
"threshold": 0.7,
"recall": 0.0,
"false_alarm": 5.3544656243306916e-05
}
}