cynthia-cb commited on
Commit
03c5f20
1 Parent(s): efec416
Files changed (4) hide show
  1. config.json +16 -0
  2. merges.txt +0 -0
  3. pytorch_model.bin +3 -0
  4. vocab.json +0 -0
config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "gpt2",
3
+ "attn_pdrop": 0.0,
4
+ "scale_attn_weights": true,
5
+ "resid_pdrop": 0.0,
6
+ "n_inner": 6144,
7
+ "n_embd": 1536,
8
+ "layer_norm_epsilon": 1e-05,
9
+ "n_positions": 2048,
10
+ "activation_function": "gelu",
11
+ "n_head": 12,
12
+ "n_layer": 18,
13
+ "tie_word_embeddings": true,
14
+ "vocab_size": 50257,
15
+ "embd_pdrop": 0.0
16
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96de527ec0f2fb1d0aa1117c21b79699e21bf87a0ad65e95b8f81b9399952d51
3
+ size 2436818753
vocab.json ADDED
The diff for this file is too large to render. See raw diff