bert4torch_config / chinese_llama_plus_7b /bert4torch_config.json
Tongjilibo's picture
添加配置文件
36f7606
raw
history blame
No virus
268 Bytes
{
"model": "llama",
"hidden_size": 4096,
"intermediate_size": 11008,
"num_attention_heads": 32,
"num_hidden_layers": 32,
"layer_norm_eps": 1e-06,
"hidden_act": "silu",
"vocab_size": 49953,
"segment_vocab_size": 0,
"skip_init": true,
"rope_rank": "updown"
}