Gleisson1 commited on
Commit
43dc3a8
1 Parent(s): ee9bae9

Upload params.json

Browse files
Files changed (1) hide show
  1. params.json +13 -0
params.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dim": 4096,
3
+ "n_layers": 36,
4
+ "head_dim": 128,
5
+ "hidden_dim": 12288,
6
+ "n_heads": 32,
7
+ "n_kv_heads": 8,
8
+ "norm_eps": 1e-05,
9
+ "vocab_size": 131072,
10
+ "rope_theta": 100000000.0,
11
+ "max_seq_len": 32768,
12
+ "_sliding_window": [null, 32768, 32768, 32768]
13
+ }