to0ony commited on
Commit
db9c7ed
·
verified ·
1 Parent(s): 70e2752

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +8 -0
config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "vocab_size": 50257,
3
+ "block_size": 256,
4
+ "n_layer": 12,
5
+ "n_head": 12,
6
+ "n_embd": 768,
7
+ "model_type": null
8
+ }