wet-net / seq720_recall /config.json
alobos's picture
Upload seq720_recall/config.json with huggingface_hub
19ab8a8 verified
{
"optimize_for": "recall",
"seq_len": 720,
"model_config": {
"d_model": 160,
"n_layers": 4,
"n_heads": 8,
"dropout": 0.05,
"schedule_variant": "extended",
"pcgrad": false,
"threshold": 0.4
},
"vib_config": {
"seq_len": 720,
"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.4,
"recall": 0.08333333333333333,
"false_alarm": 0.054380664652567974
}
}