LanguageBind commited on
Commit
dabfaf5
·
verified ·
1 Parent(s): b3003af

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

Browse files
umt5/checkpoint-309000/model_ema/config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 4096,
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
+ "light_block": false,
22
+ "min_decay": 0.0,
23
+ "norm_cls": "fp32_layer_norm",
24
+ "norm_elementwise_affine": true,
25
+ "norm_eps": 1e-06,
26
+ "norm_skip": false,
27
+ "num_attention_heads": 24,
28
+ "num_layers": [
29
+ 12,
30
+ 1,
31
+ 12
32
+ ],
33
+ "optimization_step": 309000,
34
+ "out_channels": 32,
35
+ "patch_size": 2,
36
+ "patch_size_t": 1,
37
+ "pooled_projection_dim": 0,
38
+ "power": 0.6666666666666666,
39
+ "prenorm_num": 1000,
40
+ "sample_size_h": 16,
41
+ "sample_size_t": 1,
42
+ "sample_size_w": 16,
43
+ "sandwich_norm": false,
44
+ "shrink": false,
45
+ "skip_connection": false,
46
+ "sparse1d": false,
47
+ "sparse_n": 2,
48
+ "time_as_text_token": false,
49
+ "time_as_x_token": false,
50
+ "timestep_embed_dim": 512,
51
+ "update_after_step": 0,
52
+ "use_ema_warmup": false,
53
+ "use_text_dim": false
54
+ }