robingg1 commited on
Commit
9d7c2de
·
verified ·
1 Parent(s): 9e03254

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +21 -0
config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "patch_size": [1, 2, 2],
3
+ "model_type": "ti2v",
4
+ "dim": 3072,
5
+ "ffn_dim": 14336,
6
+ "freq_dim": 256,
7
+ "num_heads": 24,
8
+ "num_layers": 30,
9
+ "num_double_layers": 10,
10
+ "num_single_layers": 20,
11
+ "vid_in_dim": 48,
12
+ "vid_out_dim": 48,
13
+ "audio_in_dim": 128,
14
+ "audio_out_dim": 128,
15
+ "text_len": 512,
16
+ "window_size": [-1, -1],
17
+ "qk_norm": true,
18
+ "cross_attn_norm": true,
19
+ "eps": 1e-6,
20
+ "temporal_rope_scaling_factor": 0.24
21
+ }