Wonder-Griffin commited on
Commit
c3429d0
·
verified ·
1 Parent(s): c75802c

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +15 -0
config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "distilgpt2",
3
+ "n_embd": 768,
4
+ "n_layer": 12,
5
+ "n_head": 12,
6
+ "vocab_size": 50257,
7
+ "n_positions": 1024,
8
+ "n_ctx": 1024,
9
+ "activation_function": "gelu_new",
10
+ "initializer_range": 0.02,
11
+ "layer_norm_epsilon": 1e-5,
12
+ "attn_pdrop": 0.1,
13
+ "resid_pdrop": 0.1,
14
+ "embd_pdrop": 0.1
15
+ }