LlamaFinetuneBase commited on
Commit
223cf13
1 Parent(s): e6e29ab

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": 2048,
3
+ "ffn_dim_multiplier": 1.5,
4
+ "multiple_of": 256,
5
+ "n_heads": 32,
6
+ "n_kv_heads": 8,
7
+ "n_layers": 16,
8
+ "norm_eps": 1e-05,
9
+ "rope_theta": 500000.0,
10
+ "use_scaled_rope": true,
11
+ "vocab_size": 128256
12
+ }