File size: 1,461 Bytes
a6829ac |
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 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 |
{
"architectures": [
"FlowMatchingWithBigVGan"
],
"dtype": "float32",
"model_config": {
"architectures": [
"FlowMatchingModel"
],
"attention_dropout": 0.0,
"cfg_dropout": 0.2,
"cfg_strength": 0.7,
"dt": 0.1,
"dtype": "float32",
"embedding_dim": 768,
"hidden_size": 512,
"intermediate_size": 1024,
"max_position_embeddings": null,
"mean": -5.8843,
"model_type": "",
"num_attention_heads": 2,
"num_hidden_layers": 4,
"num_mel_bins": 80,
"predict_duration": true,
"rope_theta": 10000.0,
"std": 2.2615,
"vocab_size": 8192
},
"model_type": "flow_matching_with_bigvgan",
"transformers_version": "4.56.1",
"vocoder_config": {
"_name_or_path": "models/bigvgan",
"activation": "snakebeta",
"architectures": [
"BigVGAN"
],
"dtype": "float32",
"model_in_dim": 80,
"model_type": "bigvgan",
"resblock_dilation_sizes": [
[
1,
3,
5
],
[
1,
3,
5
],
[
1,
3,
5
]
],
"resblock_kernel_sizes": [
3,
7,
11
],
"snake_logscale": true,
"upsample_initial_channel": 512,
"upsample_kernel_sizes": [
10,
9,
8,
4,
4
],
"upsample_rates": [
5,
4,
4,
2,
2
],
"use_bias_at_final": false,
"use_tanh_at_final": false
}
}
|