habanoz commited on
Commit
b095d08
·
verified ·
1 Parent(s): 57507d2

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": 1024,
4
+ "vocab_size": 8192,
5
+ "n_embed": 512,
6
+ "n_head": 8,
7
+ "n_layer": 13,
8
+ "dropout": 0.0
9
+ }
10
+ }