jsantillana commited on
Commit
dd43ea0
·
verified ·
1 Parent(s): b03dc58

Upload config_600m.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config_600m.json +17 -0
config_600m.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "vocab_size": 32768,
3
+ "n_layers": 18,
4
+ "n_heads": 14,
5
+ "n_kv_heads": 2,
6
+ "d_model": 1792,
7
+ "d_ffn": 4864,
8
+ "max_seq_len": 2048,
9
+ "rope_theta": 1000000.0,
10
+ "nope_every": 4,
11
+ "rms_eps": 1e-06,
12
+ "init_std": 0.02,
13
+ "dropout": 0.0,
14
+ "tie_embeddings": true,
15
+ "qk_norm": false,
16
+ "z_loss_coef": 0.0001
17
+ }