bert4torch_config / Qwen-1_8B-Chat /bert4torch_config.json
Tongjilibo's picture
添加配置文件
36f7606
raw
history blame
No virus
792 Bytes
{
"model": "qwen",
"hidden_act": "silu",
"bias_dropout_fusion": true,
"bos_token_id": 151643,
"embd_pdrop": 0.1,
"eos_token_id": 151643,
"intermediate_size": 11008,
"initializer_range": 0.02,
"kv_channels": 128,
"layer_norm_eps": 1e-06,
"hidden_size": 2048,
"num_attention_heads": 16,
"num_hidden_layers": 24,
"n_positions": 6144,
"resid_pdrop": 0.1,
"rotary_emb_base": 10000,
"rotary_pct": 1.0,
"scale_attn_weights": true,
"seq_length": 8192,
"tie_word_embeddings": false,
"use_cache": true,
"use_flash_attn": true,
"vocab_size": 151936,
"use_dynamic_ntk": true,
"use_logn_attn": true,
"segment_vocab_size": 0,
"skip_init": true,
"rope_rank": "updown",
"max_position": 8192
}