AbstractPhil commited on
Commit
ff6f622
·
verified ·
1 Parent(s): cbe8c7a

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +17 -0
config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hidden_size": 512,
3
+ "num_attention_heads": 4,
4
+ "attention_head_dim": 128,
5
+ "num_single_layers": 25,
6
+ "num_double_layers": 15,
7
+ "mlp_ratio": 4.0,
8
+ "joint_attention_dim": 768,
9
+ "pooled_projection_dim": 768,
10
+ "in_channels": 16,
11
+ "axes_dims_rope": [
12
+ 16,
13
+ 56,
14
+ 56
15
+ ],
16
+ "guidance_embeds": true
17
+ }