AbstractPhil commited on
Commit
7360b12
·
verified ·
1 Parent(s): 04be885

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +8 -4
config.json CHANGED
@@ -4,19 +4,23 @@
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
- "manifold_dim": 4096,
20
  "num_flow_steps": 50,
21
  "num_latent_tokens": 1024
22
  }
 
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
  }