File size: 1,215 Bytes
1f6acd7 | 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 | {
"max_audio_seconds": 300,
"stride_size": 2,
"avg_pooler": 2,
"d_model": 1024,
"scale_embedding": false,
"kernel_size": 3,
"activation_function": "gelu",
"encoder_layers": 24,
"encoder_skip_layer_id": 3,
"encoder_attention_heads": 16,
"encoder_ffn_dim": 4096,
"encoder_causal": true,
"encoder_attn_window_size": [
128,
0
],
"decoder_layers": 24,
"decoder_attention_heads": 16,
"decoder_ffn_dim": 4096,
"decoder_kernel_size": 3,
"decoder_stride_size": 2,
"decoder_causal": true,
"decoder_attn_window_size": [
128,
0
],
"nfft": 960,
"n_mels": 128,
"sampling_rate": 24000,
"hop_length": 240,
"window_size": 960,
"vocoder_padding": "same",
"fmin": 0,
"fmax": null,
"num_quantizers": 20,
"codebook_size": [
1024,
1024,
256,
128,
128,
128,
128,
128,
128,
128,
128,
128,
128,
128,
128,
128,
128,
128,
128,
128
],
"threshold_ema_dead_code": 2,
"position_embedding_type": "rope",
"rope_theta": 10000,
"rope_type": "default",
"ln_type": "LayerNorm",
"use_istft_only": true,
"hybrid_attention": true,
"hybrid_block_size": 8,
"swa_per_block": 2
} |