praty7717 commited on
Commit
7a72b23
·
verified ·
1 Parent(s): 962e2df

Upload updated config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -7
config.json CHANGED
@@ -1,8 +1,9 @@
1
  {
2
- "model_type": "gpt",
3
- "vocab_size": 95,
4
- "n_embd": 384,
5
- "n_layer": 6,
6
- "n_head": 6
7
- }
8
-
 
 
1
  {
2
+ "block_size": 256,
3
+ "model_type": "gpt",
4
+ "n_embd": 384,
5
+ "n_head": 6,
6
+ "n_layer": 6,
7
+ "transformers_version": "4.44.2",
8
+ "vocab_size": 95
9
+ }