Tasfiya025 commited on
Commit
fd6dae7
·
verified ·
1 Parent(s): 380de7c

Create config.json

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