marcsun13's picture
marcsun13 HF staff
Update config.json
625bae0
raw history blame
No virus
275 Bytes
{
"dim": 4096,
"n_layers": 32,
"head_dim": 128,
"hidden_dim": 14336,
"n_heads": 32,
"n_kv_heads": 8,
"norm_eps": 1e-05,
"vocab_size": 32000,
"quantization": {
"group_size": 64,
"bits": 4
},
"model_type": "mistral"
}