LlamaFinetuneBase commited on
Commit
8a5ca2c
1 Parent(s): 9a09bbe

Upload original\params.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. original//params.json +11 -0
original//params.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dim": 4096,
3
+ "n_layers": 32,
4
+ "n_heads": 32,
5
+ "n_kv_heads": 8,
6
+ "vocab_size": 128256,
7
+ "multiple_of": 1024,
8
+ "ffn_dim_multiplier": 1.3,
9
+ "norm_eps": 1e-05,
10
+ "rope_theta": 500000.0
11
+ }