nwhamed commited on
Commit
b207aa9
1 Parent(s): 1b610fc

Create gpt-neo-2.7B-config.json

Browse files
Files changed (1) hide show
  1. gpt-neo-2.7B-config.json +13 -0
gpt-neo-2.7B-config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "gpt2",
3
+ "vocab_size": 50257,
4
+ "n_positions": 2048,
5
+ "n_ctx": 2048,
6
+ "n_embd": 2560,
7
+ "n_layer": 24,
8
+ "n_head": 32,
9
+ "resid_pdrop": 0.1,
10
+ "embd_pdrop": 0.1,
11
+ "attn_pdrop": 0.1,
12
+ "layer_norm_epsilon": 1e-5
13
+ }