Tasfiya025 commited on
Commit
c074630
·
verified ·
1 Parent(s): c85c79d

Create config.json

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