TobiasLogic commited on
Commit
ce7ffc0
·
verified ·
1 Parent(s): 5a836cf

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -0
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "gpt2",
3
+ "n_layer": 24,
4
+ "n_head": 20,
5
+ "n_embd": 1280,
6
+ "n_positions": 2048,
7
+ "vocab_size": 50304,
8
+ "architectures": ["GPT2LMHeadModel"]
9
+ }