AbstractPhil commited on
Commit
5925ce3
·
verified ·
1 Parent(s): 091eec4

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +5 -6
config.json CHANGED
@@ -1,10 +1,10 @@
1
  {
 
2
  "image_size": 256,
3
- "num_classes": 10,
4
  "latent_channels": 4,
5
  "latent_size": 32,
6
- "text_raw_dim": 2048,
7
- "bottleneck_dim": 256,
8
  "tower_dim": 256,
9
  "tower_depth": 2,
10
  "num_heads": 8,
@@ -16,8 +16,7 @@
16
  "wide_resnet",
17
  "squeeze_excite"
18
  ],
19
- "conv_spatial_size": 8,
20
  "manifold_dim": 512,
21
- "fingerprint_dim": 64,
22
- "num_flow_steps": 50
23
  }
 
1
  {
2
+ "architecture": "beatrix_flow_flux_style",
3
  "image_size": 256,
 
4
  "latent_channels": 4,
5
  "latent_size": 32,
6
+ "text_raw_dim": 768,
7
+ "hidden_size": 256,
8
  "tower_dim": 256,
9
  "tower_depth": 2,
10
  "num_heads": 8,
 
16
  "wide_resnet",
17
  "squeeze_excite"
18
  ],
 
19
  "manifold_dim": 512,
20
+ "num_flow_steps": 50,
21
+ "num_latent_tokens": 1024
22
  }