Text Generation
MLX
mistral
pcuenq HF staff commited on
Commit
97b61b0
1 Parent(s): 13662d8

Fix params.json (#5)

Browse files

- Fix params.json (7c3ee3aa8bc60b7a55b86af498bf3d4dac91abef)

Files changed (1) hide show
  1. params.json +1 -1
params.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "n_layers": 32,
3
  "dim": 4096,
4
- "hidden_dim": 4096,
5
  "n_heads": 32,
6
  "head_dim": 128,
7
  "n_kv_heads": 8,
 
1
  {
2
  "n_layers": 32,
3
  "dim": 4096,
4
+ "hidden_dim": 14336,
5
  "n_heads": 32,
6
  "head_dim": 128,
7
  "n_kv_heads": 8,