leafspark commited on
Commit
6faf493
1 Parent(s): 37443d9

model: remove mistral specific config

Browse files
Files changed (1) hide show
  1. params.json +0 -11
params.json DELETED
@@ -1,11 +0,0 @@
1
- {
2
- "dim": 12288,
3
- "n_layers": 157,
4
- "head_dim": 128,
5
- "hidden_dim": 28672,
6
- "n_heads": 96,
7
- "n_kv_heads": 8,
8
- "norm_eps": 1e-05,
9
- "vocab_size": 32768,
10
- "rope_theta": 1000000.0
11
- }