system HF staff commited on
Commit
127883f
1 Parent(s): 22651d3

Update config.json

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