jpatel commited on
Commit
b4260af
·
1 Parent(s): 6fba4d4

adding config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -0
config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": ["GPT2Model"],
3
+ "model_type": "gpt2",
4
+ "n_ctx": 256,
5
+ "n_embd": 768,
6
+ "n_head": 12,
7
+ "n_layer": 4,
8
+ "n_positions": 256,
9
+ "vocab_size": 50257
10
+ }