waveunet-vctk-48khz / config.json
wrice's picture
Upload model
3875810 verified
raw
history blame contribute delete
494 Bytes
{
"activation": "leaky_relu",
"architectures": [
"WaveUNetModel"
],
"autoencoder": false,
"downsample_kernel_size": 15,
"dropout": 0.1,
"in_channels": [
24,
48,
72,
96,
120,
144,
168,
192,
216,
240,
264,
288
],
"max_length": 49152,
"model_type": "waveunet",
"norm_type": "batch",
"num_groups": null,
"sample_rate": 48000,
"torch_dtype": "float32",
"transformers_version": "4.46.3",
"upsample_kernel_size": 5
}