初始化项目,由ModelHub XC社区提供模型
Model: LeaderboardModel1/zeta-2.1-autoround-W4A16 Source: Original Platform
This commit is contained in:
45
config.json
Normal file
45
config.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"architectures": [
|
||||
"LlamaForCausalLM"
|
||||
],
|
||||
"attention_bias": false,
|
||||
"attention_dropout": 0.1,
|
||||
"bos_token_id": 0,
|
||||
"dtype": "bfloat16",
|
||||
"eos_token_id": 2,
|
||||
"head_dim": 128,
|
||||
"hidden_act": "silu",
|
||||
"hidden_size": 4096,
|
||||
"initializer_range": 0.009882118,
|
||||
"intermediate_size": 14336,
|
||||
"layer_norm_eps": null,
|
||||
"max_position_embeddings": 32768,
|
||||
"mlp_bias": false,
|
||||
"model_type": "llama",
|
||||
"num_attention_heads": 32,
|
||||
"num_hidden_layers": 32,
|
||||
"num_key_value_heads": 8,
|
||||
"pad_token_id": 1,
|
||||
"pretraining_tp": 1,
|
||||
"quantization_config": {
|
||||
"autoround_version": "0.12.3",
|
||||
"bits": 4,
|
||||
"data_type": "int",
|
||||
"group_size": 128,
|
||||
"iters": 0,
|
||||
"packing_format": "auto_round:auto_gptq",
|
||||
"quant_method": "auto-round",
|
||||
"sym": true
|
||||
},
|
||||
"resid_pdrop": 0.1,
|
||||
"rms_norm_eps": 1e-06,
|
||||
"rope_parameters": {
|
||||
"rope_theta": 500000.0,
|
||||
"rope_type": "default"
|
||||
},
|
||||
"tie_word_embeddings": false,
|
||||
"transformers_version": "5.9.0",
|
||||
"unsloth_version": "2026.1.3",
|
||||
"use_cache": true,
|
||||
"vocab_size": 155136
|
||||
}
|
||||
Reference in New Issue
Block a user