alvarobartt commited on
Commit
bd00e13
1 Parent(s): 13ed852

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +12 -0
config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
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,
8
+ "norm_eps": 1e-05,
9
+ "vocab_size": 32000,
10
+ "sliding_window": 4096,
11
+ "model_type": "mistral"
12
+ }