cynthia-cb commited on
Commit
f09ef16
1 Parent(s): 0314720
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": 4352,
7
+ "n_embd": 1088,
8
+ "layer_norm_epsilon": 1e-05,
9
+ "n_positions": 2048,
10
+ "activation_function": "gelu",
11
+ "n_head": 17,
12
+ "n_layer": 14,
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:51defefbeaa7a88634e9890a082bab88f8ab6ec3d5e1ab4d62610f2564d68c9a
3
+ size 1082688753
vocab.json ADDED
The diff for this file is too large to render. See raw diff