totoku commited on
Commit
76cbf10
·
verified ·
1 Parent(s): 60d1154

Create config.json

Browse files
Files changed (1) hide show
  1. SeedVR2-7B/transformer/config.json +22 -0
SeedVR2-7B/transformer/config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "vid_in_channels": 33,
3
+ "vid_out_channels": 16,
4
+ "vid_dim": 3072,
5
+ "vid_out_norm": "rms",
6
+ "txt_in_dim": 5120,
7
+ "txt_in_norm": "layer",
8
+ "txt_dim": 3072,
9
+ "emb_dim": 18432,
10
+ "heads": 24,
11
+ "head_dim": 128,
12
+ "expand_ratio": 4,
13
+ "qk_rope": true,
14
+ "norm": "rms",
15
+ "norm_eps": 1.0e-06,
16
+ "ada": "single",
17
+ "qk_bias": false,
18
+ "qk_norm": "rms",
19
+ "patch_size": [1, 2, 2],
20
+ "num_layers": 36,
21
+ "mlp_type": "normal"
22
+ }