rushi-k commited on
Commit
fbad37d
1 Parent(s): 93a41b6

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +12 -0
config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "GPT2LMHeadModel"
4
+ ],
5
+ "model_type": "gpt2",
6
+ "vocab_size": 50257,
7
+ "hidden_size": 768,
8
+ "num_attention_heads": 12,
9
+ "num_hidden_layers": 12,
10
+ "pad_token_id": 50256,
11
+ "eos_token_id": 50256
12
+ }