malizade commited on
Commit
fcdca54
·
verified ·
1 Parent(s): 2c6af3e

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": 8192,
3
+ "n_layers": 80,
4
+ "n_heads": 64,
5
+ "n_kv_heads": 8,
6
+ "vocab_size": 128256,
7
+ "ffn_dim_multiplier": 1.3,
8
+ "multiple_of": 4096,
9
+ "norm_eps": 1e-05,
10
+ "rope_theta": 500000.0,
11
+ "use_scaled_rope": true
12
+ }