Yishi Xu commited on
Commit
4849c5d
·
1 Parent(s): cbbfb29

add CerebrasGPT-1.3B_SP

Browse files
CerebrasGPT-1.3B_SP/checkpoint_10000_to_hf.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6af2d8414a08a86a1845d75999017db01e0ba2a7a9b0225e776d4724418ec4c1
3
+ size 5363666515
CerebrasGPT-1.3B_SP/checkpoint_20000_to_hf.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a45e3dc6006f402e46d1365673e4b2e01e10453ef5adc787fd3dba99ad48e823
3
+ size 5363666515
CerebrasGPT-1.3B_SP/params_train_to_hf.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attn_pdrop": 0.0,
3
+ "scale_attn_weights": true,
4
+ "resid_pdrop": 0.0,
5
+ "n_inner": 8192,
6
+ "n_embd": 2048,
7
+ "layer_norm_epsilon": 1e-05,
8
+ "n_positions": 2048,
9
+ "activation_function": "gelu",
10
+ "n_head": 16,
11
+ "n_layer": 24,
12
+ "tie_word_embeddings": true,
13
+ "vocab_size": 50257,
14
+ "embd_pdrop": 0.0
15
+ }