CodeLlama-34B-Instruct / params.json
Edmon02's picture
Upload folder using huggingface_hub
547938b
raw
history blame contribute delete
184 Bytes
{
"dim": 8192,
"n_layers": 48,
"n_heads": 64,
"n_kv_heads": 8,
"multiple_of": 256,
"ffn_dim_multiplier": 1.0,
"norm_eps": 1e-5,
"rope_theta": 1000000
}