File size: 415 Bytes
16ee2b4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "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": 163840,
  "model_type": "unet1d",
  "num_groups": 32,
  "sample_rate": 48000,
  "torch_dtype": "float32",
  "transformers_version": "4.34.0"
}