初始化项目,由ModelHub XC社区提供模型
Model: cerebras/Llama3-DocChat-1.0-8B Source: Original Platform
This commit is contained in:
19
config.json
Normal file
19
config.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"vocab_size": 128256,
|
||||
"tie_word_embeddings": false,
|
||||
"max_position_embeddings": 8192,
|
||||
"rope_theta": 500000.0,
|
||||
"rope_scaling": null,
|
||||
"hidden_size": 4096,
|
||||
"num_hidden_layers": 32,
|
||||
"rms_norm_eps": 1e-05,
|
||||
"num_attention_heads": 32,
|
||||
"num_key_value_heads": 8,
|
||||
"intermediate_size": 14336,
|
||||
"hidden_act": "silu",
|
||||
"initializer_range": 0.02,
|
||||
"model_type": "llama",
|
||||
"architectures": [
|
||||
"LlamaForCausalLM"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user