File size: 371 Bytes
12571ec | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | {
"model_type": "nar_diar_eend_head",
"hidden_in": 2048,
"hidden_dim": 512,
"K_max": 12,
"n_blocks": 4,
"n_heads": 8,
"conv_kernel": 15,
"dropout": 0.2,
"frame_rate_hz": 13,
"input_dtype": "bfloat16",
"base_encoder": "audarai/Audar-ASR-Turbo",
"training_steps": 2500,
"best_macro_DER": 0.4255,
"best_threshold": 0.9,
"best_collar_s": 0.25
}
|