dasheng-denoiser / config.json
richermans's picture
Upload folder using huggingface_hub
e23a1f0 verified
{
"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
}