dmae1d-ATC64-v1 / config.json
flavioschneider's picture
Upload DMAE1d
0788506
raw
history blame contribute delete
958 Bytes
{
"architectures": [
"DMAE1d"
],
"attentions": [
0,
0,
0,
0,
0,
0,
0
],
"auto_map": {
"AutoConfig": "dmae_config.DMAE1dConfig",
"AutoModel": "dmae.DMAE1d"
},
"bottleneck": "tanh",
"channels": 512,
"encoder_channels": 32,
"encoder_factors": [
1,
1,
2,
2,
1,
1
],
"encoder_inject_depth": 3,
"encoder_multipliers": [
32,
16,
8,
8,
4,
2,
1
],
"encoder_num_blocks": [
4,
4,
4,
4,
4,
4
],
"factors": [
1,
2,
2,
2,
2,
2,
2
],
"in_channels": 2,
"model_type": "archinetai/dmae1d-ATC64-v1",
"multipliers": [
3,
2,
1,
1,
1,
1,
1,
1
],
"num_blocks": [
1,
1,
1,
2,
2,
2,
2
],
"stft_hop_length": 256,
"stft_num_fft": 1023,
"stft_use_complex": true,
"torch_dtype": "float32",
"transformers_version": "4.24.0"
}