Text-to-Speech
dual_ar
fish-speech-1.5 / config.json
lengyue233's picture
Upload folder using huggingface_hub
eb81126 verified
raw
history blame contribute delete
697 Bytes
{
"attention_qkv_bias": false,
"codebook_size": 1024,
"dim": 1024,
"dropout": 0.0,
"fast_attention_qkv_bias": false,
"fast_dim": 1024,
"fast_head_dim": 64,
"fast_intermediate_size": 4096,
"fast_n_head": 16,
"fast_n_local_heads": 2,
"head_dim": 64,
"initializer_range": 0.02,
"intermediate_size": 4096,
"is_reward_model": false,
"max_seq_len": 8192,
"model_type": "dual_ar",
"n_fast_layer": 4,
"n_head": 16,
"n_layer": 24,
"n_local_heads": 2,
"norm_eps": 1e-06,
"num_codebooks": 8,
"rope_base": 1000000.0,
"tie_word_embeddings": false,
"use_gradient_checkpointing": true,
"vocab_size": 102048
}