HexHands commited on
Commit
1c7cbb4
1 Parent(s): bf22d3e

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
+ "n_ctx": 1024,
7
+ "n_embd": 768,
8
+ "n_head": 12,
9
+ "n_layer": 12,
10
+ "n_positions": 1024,
11
+ "vocab_size": 50257
12
+ }