jhj74 commited on
Commit
c64febc
·
verified ·
1 Parent(s): 05e7889

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +40 -0
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "jhj74/OpenSora-STDiT-v2-stage3",
3
+ "architectures": [
4
+ "STDiT2"
5
+ ],
6
+ "auto_map": {
7
+ "AutoConfig": "jhj74/OpenSora-STDiT-v2-stage3--configuration_stdit2.STDiT2Config",
8
+ "AutoModel": "jhj74/OpenSora-STDiT-v2-stage3--modeling_stdit2.STDiT2"
9
+ },
10
+ "caption_channels": 4096,
11
+ "class_dropout_prob": 0.1,
12
+ "depth": 28,
13
+ "drop_path": 0.0,
14
+ "enable_flash_attn": false,
15
+ "enable_layernorm_kernel": false,
16
+ "enable_sequence_parallelism": false,
17
+ "freeze": null,
18
+ "hidden_size": 1152,
19
+ "in_channels": 4,
20
+ "input_size": [
21
+ 32,
22
+ 60,
23
+ 106
24
+ ],
25
+ "input_sq_size": 512,
26
+ "mlp_ratio": 4.0,
27
+ "model_max_length": 300,
28
+ "model_type": "STDiT2",
29
+ "no_temporal_pos_emb": false,
30
+ "num_heads": 16,
31
+ "patch_size": [
32
+ 1,
33
+ 2,
34
+ 2
35
+ ],
36
+ "pred_sigma": true,
37
+ "qk_norm": true,
38
+ "torch_dtype": "bfloat16",
39
+ "transformers_version": "4.36.2"
40
+ }