respark / epoch2 /config.json
yueyulin's picture
Upload folder using huggingface_hub
b3c4c5d verified
{
"a_low_rank_dim": 64,
"architectures": [
"RWKV7ForSpeech"
],
"attn": null,
"attn_mode": "chunk",
"audio_global_vocab_size": 4096,
"auto_map": {
"AutoConfig": "modeling_rwkvspeech.RWKV7SpeechConfig",
"AutoModel": "modeling_rwkvspeech.RWKV7Model",
"AutoModelForCausalLM": "modeling_rwkvspeech.RWKV7ForSpeech"
},
"bos_token_id": 0,
"decay_low_rank_dim": 64,
"eos_token_id": 0,
"fuse_cross_entropy": true,
"fuse_norm": false,
"gate_low_rank_dim": 128,
"head_dim": 64,
"hidden_act": "sqrelu",
"hidden_ratio": 4.0,
"hidden_size": 1024,
"initializer_range": 0.006,
"intermediate_size": 4096,
"max_position_embeddings": 2048,
"model_type": "rwkv7",
"norm_bias": true,
"norm_eps": 1e-05,
"norm_first": true,
"num_heads": 32,
"num_hidden_layers": 24,
"text_vocab_size": 65536,
"tie_word_embeddings": false,
"torch_dtype": "float32",
"transformers_version": "4.52.4",
"use_cache": true,
"v_low_rank_dim": 32,
"value_dim": [
1024,
1024,
1024,
1024,
1024,
1024,
1024,
1024,
1024,
1024,
1024,
1024,
1024,
1024,
1024,
1024,
1024,
1024,
1024,
1024,
1024,
1024,
1024,
1024
],
"vocab_size": 8193
}