ethanthoma commited on
Commit
9ffa26b
·
verified ·
1 Parent(s): a113321

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +7 -0
config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "vocab_size": 32256,
3
+ "n_layer": 12,
4
+ "n_head": 12,
5
+ "n_embd": 768,
6
+ "sequence_length": 1024
7
+ }