AbstractPhil commited on
Commit
027f08a
·
verified ·
1 Parent(s): dd748ac

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +18 -26
config.json CHANGED
@@ -1,28 +1,20 @@
1
  {
2
- "model_type": "superposition_patch_classifier",
3
- "embed_dim": 256,
4
- "patch_dim": 64,
5
- "n_bootstrap": 2,
6
- "n_geometric": 2,
7
- "n_heads": 4,
8
- "dropout": 0.0,
9
- "grid_shape": [
10
- 8,
11
- 16,
12
- 16
13
- ],
14
- "patch_shape": [
15
- 2,
16
- 4,
17
- 4
18
- ],
19
- "num_patches": 64,
20
- "local_gate_dim": 11,
21
- "structural_gate_dim": 6,
22
- "total_gate_dim": 17,
23
- "num_classes": 27,
24
- "num_gates": 5,
25
- "auto_map": {
26
- "AutoModel": "geometric_model.SuperpositionPatchClassifier"
27
- }
28
  }
 
1
  {
2
+ "model_type": "superposition_patch_classifier",
3
+ "embed_dim": 256,
4
+ "patch_dim": 64,
5
+ "n_bootstrap": 2,
6
+ "n_geometric": 2,
7
+ "n_heads": 4,
8
+ "dropout": 0.0,
9
+ "grid_shape": [8, 16, 16],
10
+ "patch_shape": [2, 4, 4],
11
+ "num_patches": 64,
12
+ "local_gate_dim": 11,
13
+ "structural_gate_dim": 6,
14
+ "total_gate_dim": 17,
15
+ "num_classes": 27,
16
+ "num_gates": 5,
17
+ "auto_map": {
18
+ "AutoModel": "geometric_model.SuperpositionPatchClassifier"
19
+ }
 
 
 
 
 
 
 
 
20
  }