File size: 449 Bytes
04bba35 |
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 26 27 28 29 30 |
{
"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": 163840,
"model_type": "waveunet",
"sample_rate": 48000,
"torch_dtype": "float32",
"transformers_version": "4.34.0",
"upsample_kernel_size": 5
}
|