altkachenko11 commited on
Commit
a91ef6f
·
verified ·
1 Parent(s): cafffab

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -1
config.json CHANGED
@@ -1 +1,7 @@
1
- {"vocab_size": 50257, "d_model": 128, "nhead": 4, "num_layers": 2}
 
 
 
 
 
 
 
1
+ {
2
+ "vocab_size": 50257,
3
+ "d_model": 128,
4
+ "nhead": 4,
5
+ "num_layers": 2,
6
+ "model_type": "gpt2"
7
+ }