File size: 871 Bytes
b1b431b |
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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
{
"activation": "ELU",
"activation_params": {
"alpha": 1.0
},
"architectures": [
"EnCodecModel"
],
"audio_channels": 2,
"audio_normalize": true,
"causal": false,
"compress": 2,
"dilation_base": 2,
"dimension": 128,
"final_activation": null,
"final_activation_params": null,
"is_encoder_decoder": true,
"kernel_size": 7,
"last_kernel_size": 7,
"lstm": 2,
"model_type": "encodec",
"norm": "time_group_norm",
"norm_params": {},
"num_filters": 32,
"num_residual_layers": 1,
"overlap": 0.01,
"pad_mode": "reflect",
"ratios": [
8,
5,
4,
2
],
"residual_kernel_size": 3,
"sampling_rate": 48000,
"segment": 1.0,
"target_bandwidths": [
3.0,
6.0,
12.0,
24.0
],
"torch_dtype": "float32",
"transformers_version": "4.30.0.dev0",
"trim_right_ratio": 1.0,
"true_skip": false
}
|