File size: 1,400 Bytes
85ba2d2 cd99ecf 85ba2d2 cd99ecf 85ba2d2 cd99ecf 85ba2d2 cd99ecf 85ba2d2 cd99ecf 85ba2d2 cd99ecf 85ba2d2 cd99ecf 85ba2d2 cd99ecf 85ba2d2 cd99ecf 85ba2d2 cd99ecf |
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 35 36 37 38 39 40 41 42 |
{
"_name_or_path": "ybelkada/chatglm3-6b-hf",
"apply_query_key_layer_scaling": true,
"architectures": [
"ChatGlmForCausalLM"
],
"attention_bias": false,
"attention_dropout": 0.0,
"auto_map": {
"AutoConfig": "ybelkada/chatglm3-6b-hf--configuration_chatglm.ChatGLMConfig",
"AutoModel": "ybelkada/chatglm3-6b-hf--modeling_chatglm.ChatGLMForConditionalGeneration",
"AutoModelForCausalLM": "ybelkada/chatglm3-6b-hf--modeling_chatglm.ChatGLMForConditionalGeneration",
"AutoModelForSeq2SeqLM": "ybelkada/chatglm3-6b-hf--modeling_chatglm.ChatGLMForConditionalGeneration",
"AutoModelForSequenceClassification": "ybelkada/chatglm3-6b-hf--modeling_chatglm.ChatGLMForSequenceClassification"
},
"bos_token_id": 1,
"eos_token_id": 2,
"hidden_act": "silu",
"hidden_size": 4096,
"initializer_range": 0.02,
"intermediate_size": 13696,
"kv_channels": 128,
"max_position_embeddings": 2048,
"mlp_bias": false,
"model_type": "chatglm",
"multi_query_attention": true,
"multi_query_group_num": 2,
"num_attention_heads": 32,
"num_hidden_layers": 28,
"num_key_value_heads": 32,
"original_rope": true,
"partial_rotary_factor": 0.5,
"rms_norm_eps": 1e-05,
"rope_scaling": null,
"rope_theta": 10000.0,
"tie_word_embeddings": false,
"torch_dtype": "float16",
"transformers_version": "4.37.0.dev0",
"use_cache": true,
"vocab_size": 65024
}
|