File size: 603 Bytes
e23a1f0 | 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 | {
"architectures": [
"DashengDenoiserModel"
],
"auto_map": {
"AutoConfig": "configuration_dasheng_denoiser.DashengDenoiserConfig",
"AutoModel": "modeling_dasheng_denoiser.DashengDenoiserModel"
},
"dasheng_blocks_num_heads": 8,
"dasheng_blocks_num_layer": 3,
"depth": 12,
"dtype": "float32",
"embed_dim": 768,
"istft_hop": 640,
"istft_n_fft": 1280,
"model_type": "dashengdenoiser",
"num_heads": 12,
"padding": "same",
"transformers_version": "5.2.0",
"vocos_dim": 768,
"vocos_input_channels": 768,
"vocos_intermediate_dim": 1152,
"vocos_num_layers": 8
}
|