Mistral-7B-Instruct-v0.3/params.json
Patrick von Platen 062d6296ea upload 7B instruct
2024-05-22 10:16:08 +00:00

11 lines
202 B
JSON
Executable File

{
"dim": 4096,
"n_layers": 32,
"head_dim": 128,
"hidden_dim": 14336,
"n_heads": 32,
"n_kv_heads": 8,
"norm_eps": 1e-05,
"vocab_size": 32768,
"rope_theta": 1000000.0
}