motofanacc commited on
Commit
71086a8
1 Parent(s): 5d17822
Files changed (1) hide show
  1. Checkpoints/config.json +10 -0
Checkpoints/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "gpt2",
3
+ "vocab_size": 50257,
4
+ "n_positions": 1024,
5
+ "n_ctx": 1024,
6
+ "n_embd": 768,
7
+ "n_layer": 12,
8
+ "n_head": 12
9
+ }
10
+