LanguageBind commited on
Commit
1a0eb48
·
verified ·
1 Parent(s): 32d734d

Upload qwenvl2/checkpoint-309000/model_ema/config.json with huggingface_hub

Browse files
qwenvl2/checkpoint-309000/model_ema/config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "OpenSoraT2I",
3
+ "_diffusers_version": "0.30.2",
4
+ "activation_fn": "gelu-approximate",
5
+ "attention_bias": true,
6
+ "attention_head_dim": 64,
7
+ "caption_channels": 3584,
8
+ "caption_channels_2": null,
9
+ "conv_ffn": false,
10
+ "conv_out": false,
11
+ "decay": 0.999,
12
+ "deepnorm": false,
13
+ "dropout": 0.0,
14
+ "explicit_uniform_rope": false,
15
+ "in_channels": 32,
16
+ "interpolation_scale_h": 1.0,
17
+ "interpolation_scale_t": 1.0,
18
+ "interpolation_scale_w": 1.0,
19
+ "inv_gamma": 1.0,
20
+ "layerwise_text_mlp": false,
21
+ "min_decay": 0.0,
22
+ "norm_cls": "fp32_layer_norm",
23
+ "norm_elementwise_affine": true,
24
+ "norm_eps": 1e-06,
25
+ "norm_skip": false,
26
+ "num_attention_heads": 24,
27
+ "num_layers": [
28
+ 12,
29
+ 1,
30
+ 12
31
+ ],
32
+ "optimization_step": 309000,
33
+ "out_channels": 32,
34
+ "patch_size": 2,
35
+ "patch_size_t": 1,
36
+ "pooled_projection_dim": 0,
37
+ "power": 0.6666666666666666,
38
+ "prenorm_num": 1000,
39
+ "sample_size_h": 16,
40
+ "sample_size_t": 1,
41
+ "sample_size_w": 16,
42
+ "sandwich_norm": false,
43
+ "shrink": false,
44
+ "skip_connection": false,
45
+ "sparse1d": false,
46
+ "sparse_n": 2,
47
+ "time_as_text_token": false,
48
+ "time_as_x_token": false,
49
+ "timestep_embed_dim": 512,
50
+ "update_after_step": 0,
51
+ "use_ema_warmup": false,
52
+ "use_text_dim": false
53
+ }