manasred commited on
Commit
bb18920
·
verified ·
1 Parent(s): aac7e0f

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
+ "sequence_len": 2048,
3
+ "vocab_size": 32768,
4
+ "n_layer": 8,
5
+ "n_head": 8,
6
+ "n_kv_head": 4,
7
+ "n_embd": 512,
8
+ "window_pattern": "SSSL"
9
+ }