burak commited on
Commit
3e27a10
·
verified ·
1 Parent(s): 216a11e

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +9 -0
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_embd": 256,
3
+ "n_head": 8,
4
+ "n_layer": 6,
5
+ "block_size": 128,
6
+ "vocab_size": 69,
7
+ "dropout": 0.0,
8
+ "model_type": "my_gpt"
9
+ }