Ji-Ha commited on
Commit
acdc008
1 Parent(s): 4e9b3c0

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. consolidated.00.pth +3 -0
  2. params.json +12 -0
consolidated.00.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34b3b64b6d85a7f5f1eb6964e179a097b8c18d32978b096e1d6fcd886b31138f
3
+ size 14483504258
params.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dim": 4096,
3
+ "n_layers": 32,
4
+ "head_dim": 128,
5
+ "hidden_dim": 14336,
6
+ "n_heads": 32,
7
+ "n_kv_heads": 8,
8
+ "norm_eps": 1e-05,
9
+ "vocab_size": 32000,
10
+ "rope_theta": 1000000.0,
11
+ "sliding_window": 32768
12
+ }