stelterlab tuong-nguyen-prd commited on
Commit
fcfdd76
·
verified ·
1 Parent(s): d35dd9b

Upload params.json (#2)

Browse files

- Upload params.json (f4d73804729cca2be110b3d6d6fa68a9e86c4563)


Co-authored-by: Nguyen Huy Tuong <[email protected]>

Files changed (1) hide show
  1. params.json +12 -0
params.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dim": 5120,
3
+ "n_layers": 40,
4
+ "head_dim": 128,
5
+ "hidden_dim": 32768,
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
+ }