sahilfarib commited on
Commit
fbf895a
·
verified ·
1 Parent(s): 90e6a0a

add hybrid_seed3419/config.json

Browse files
Files changed (1) hide show
  1. hybrid_seed3419/config.json +15 -0
hybrid_seed3419/config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "arch": "hybrid",
3
+ "vocab_size": 32768,
4
+ "d_model": 512,
5
+ "n_layer": 15,
6
+ "attn_layer_idx": [5, 11],
7
+ "n_head": 8,
8
+ "rope_theta": 10000.0,
9
+ "d_state": 128,
10
+ "expand": 2,
11
+ "headdim": 64,
12
+ "is_mimo": false,
13
+ "seq_len": 1024,
14
+ "tie_embeddings": true
15
+ }