File size: 1,042 Bytes
36f7606
 
 
 
 
 
 
b72399b
36f7606
 
 
 
 
 
 
 
 
 
 
16f61c2
36f7606
 
 
 
 
 
 
 
 
16f61c2
 
 
 
36f7606
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
{
    "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-05,
    "hidden_size": 4096,
    "num_attention_heads": 32,
    "num_hidden_layers": 32,
    "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,
    "flash_attention": "flash_attn_2",
    "vocab_size": 151936,
    "use_dynamic_ntk": true,
    "use_logn_attn": true,
    "segment_vocab_size": 0,
    "skip_init": true,
    "rope_rank": "updown",
    "max_position": 8192,
    "generation_config": {"tokenizer_config": {"allowed_special": ["<|im_end|>", "<|im_start|>", "<|endoftext|>"], 
                          "skip_special_tokens": true}, "end_id": [151643],
                          "max_length": 8192}
}