maxie-12321 commited on
Commit
dce69df
·
verified ·
1 Parent(s): ab3e4b9

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
+ "vocab_size": 32000,
3
+ "hidden_size": 1024,
4
+ "num_layers": 24,
5
+ "num_heads": 16,
6
+ "num_kv_heads": 4,
7
+ "intermediate_size": 2730,
8
+ "max_seq_len": 16384
9
+ }