Thunderbee commited on
Commit
32d98f1
·
verified ·
1 Parent(s): 0f7a248

Upload config.json with huggingface_hub

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