LanguageBind commited on
Commit
5539e8f
·
verified ·
1 Parent(s): bcc9f87

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

Browse files
qwenvl2/checkpoint-309000/model/config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "OpenSoraT2I",
3
+ "_diffusers_version": "0.30.2",
4
+ "_name_or_path": "t2i_ablation_arch/qwenvl2/checkpoint-270375/model",
5
+ "activation_fn": "gelu-approximate",
6
+ "attention_bias": true,
7
+ "attention_head_dim": 64,
8
+ "caption_channels": 3584,
9
+ "caption_channels_2": null,
10
+ "conv_ffn": false,
11
+ "conv_out": false,
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
+ "layerwise_text_mlp": false,
20
+ "norm_cls": "fp32_layer_norm",
21
+ "norm_elementwise_affine": true,
22
+ "norm_eps": 1e-06,
23
+ "norm_skip": false,
24
+ "num_attention_heads": 24,
25
+ "num_layers": [
26
+ 12,
27
+ 1,
28
+ 12
29
+ ],
30
+ "out_channels": 32,
31
+ "patch_size": 2,
32
+ "patch_size_t": 1,
33
+ "pooled_projection_dim": 0,
34
+ "prenorm_num": 1000,
35
+ "sample_size_h": 16,
36
+ "sample_size_t": 1,
37
+ "sample_size_w": 16,
38
+ "sandwich_norm": false,
39
+ "shrink": false,
40
+ "skip_connection": false,
41
+ "sparse1d": false,
42
+ "sparse_n": 2,
43
+ "time_as_text_token": false,
44
+ "time_as_x_token": false,
45
+ "timestep_embed_dim": 512,
46
+ "use_text_dim": false
47
+ }