sleepdeprived3 commited on
Commit
34a9011
·
verified ·
1 Parent(s): 2d2adcd

Upload params.json with huggingface_hub

Browse files
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
+ }