1024m commited on
Commit
6a5f4cd
1 Parent(s): 2f10e1c

Upload original/params.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. original/params.json +12 -0
original/params.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dim": 3072,
3
+ "ffn_dim_multiplier": 1.0,
4
+ "multiple_of": 256,
5
+ "n_heads": 24,
6
+ "n_kv_heads": 8,
7
+ "n_layers": 28,
8
+ "norm_eps": 1e-05,
9
+ "rope_theta": 500000.0,
10
+ "use_scaled_rope": true,
11
+ "vocab_size": 128256
12
+ }