arouwa commited on
Commit
6c1f56e
·
verified ·
1 Parent(s): c9ea2df

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +11 -0
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "gpt2",
3
+ "n_embd": 768,
4
+ "n_layer": 12,
5
+ "n_head": 12,
6
+ "vocab_size": 50257,
7
+ "max_position_embeddings": 1024,
8
+ "layer_norm_epsilon": 1e-5,
9
+ "initializer_range": 0.02,
10
+ "pad_token_id": 50256
11
+ }