Jiayi-Pan commited on
Commit
441e6e2
·
verified ·
1 Parent(s): 923ccc8

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +22 -0
config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_function": "gelu_new",
3
+ "architectures": [
4
+ "GPT2LMHeadModel"
5
+ ],
6
+ "attn_pdrop": 0.1,
7
+ "bos_token_id": 50256,
8
+ "embd_pdrop": 0.1,
9
+ "eos_token_id": 50256,
10
+ "initializer_range": 0.02,
11
+ "layer_norm_epsilon": 1e-05,
12
+ "max_position_embeddings": 4096,
13
+ "model_type": "gpt2",
14
+ "n_ctx": 4096,
15
+ "n_embd": 1024,
16
+ "n_inner": 4096,
17
+ "n_head": 16,
18
+ "n_layer": 16,
19
+ "n_positions": 4096,
20
+ "resid_pdrop": 0.1,
21
+ "vocab_size": 50257
22
+ }