File size: 857 Bytes
36f7606 a417bc8 36f7606 2ee0bfc 36f7606 a417bc8 36f7606 35d10b1 36f7606 12edfac 36f7606 16f61c2 3efe041 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 |
{
"model": "qwen",
"hidden_act": "silu",
"pad_token_id": 151643,
"eos_token_id": 151643,
"intermediate_size": 5504,
"initializer_range": 0.02,
"layer_norm_eps": 1e-06,
"hidden_size": 2048,
"num_attention_heads": 16,
"num_hidden_layers": 24,
"rope_theta": 10000,
"scale_attn_weights": true,
"tie_word_embeddings": false,
"_attn_implementation": "sdpa",
"vocab_size": 151936,
"rope_scaling": {"type": "dynamic_qwen"},
"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}, "eos_token_id": [151643],
"max_length": 8192}
} |