waveunet-vctk-24khz / config.json
wrice's picture
Upload model
ffab234
raw
history blame
385 Bytes
{
"activation": "leaky_relu",
"architectures": [
"WaveUNetModel"
],
"autoencoder": false,
"dropout": 0.0,
"in_channels": [
24,
48,
72,
96,
120,
144,
168,
192,
216,
240,
264,
288
],
"kernel_size": 15,
"model_type": "waveunet",
"sample_rate": 48000,
"torch_dtype": "float32",
"transformers_version": "4.34.0"
}