MicroPanda123 commited on
Commit
50bb069
·
1 Parent(s): d2e1b5a

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
+ "block_size": 1024,
4
+ "dropout": 0.0,
5
+ "n_embd": 768,
6
+ "n_head": 12,
7
+ "n_layer": 12,
8
+ "vocab_size": 50257
9
+ }