habanoz commited on
Commit
2071236
1 Parent(s): fe0517c

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +10 -0
config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "gpt_config": {
3
+ "seq_length": 512,
4
+ "vocab_size": 8192,
5
+ "n_embed": 384,
6
+ "n_head": 6,
7
+ "n_layer": 6,
8
+ "dropout": 0.2
9
+ }
10
+ }