File size: 441 Bytes
8ff4a14 |
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 31 |
{
"activation": "silu",
"architectures": [
"UNet1DModel"
],
"autoencoder": true,
"channels": [
32,
64,
96,
128,
160,
192,
224,
256,
288,
320,
352,
384
],
"dropout": 0.1,
"kernel_size": 3,
"max_length": 24000,
"model_type": "unet1d",
"norm_type": "layer",
"num_groups": null,
"sample_rate": 24000,
"torch_dtype": "bfloat16",
"transformers_version": "4.46.3"
}
|