AbstractPhil commited on
Commit
7b144ed
·
verified ·
1 Parent(s): 7360b12

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +4 -8
config.json CHANGED
@@ -4,23 +4,19 @@
4
  "latent_channels": 16,
5
  "latent_size": 32,
6
  "text_raw_dim": 768,
7
- "hidden_size": 768,
8
  "tower_dim": 256,
9
- "tower_depth": 1,
10
  "num_heads": 8,
11
  "geometric_types": [
12
  "cantor",
13
- "beatrix",
14
- "helix",
15
- "simplex"
16
  ],
17
  "conv_types": [
18
  "wide_resnet",
19
- "frequency",
20
- "bottleneck",
21
  "squeeze_excite"
22
  ],
23
- "manifold_dim": 16384,
24
  "num_flow_steps": 50,
25
  "num_latent_tokens": 1024
26
  }
 
4
  "latent_channels": 16,
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,
11
  "geometric_types": [
12
  "cantor",
13
+ "beatrix"
 
 
14
  ],
15
  "conv_types": [
16
  "wide_resnet",
 
 
17
  "squeeze_excite"
18
  ],
19
+ "latent_flat_dim": 16384,
20
  "num_flow_steps": 50,
21
  "num_latent_tokens": 1024
22
  }