AbstractPhil commited on
Commit
36430b4
·
verified ·
1 Parent(s): 084f71b

geometric_classifier v9.1 | acc=0.9010 | 3,486,678 params | enhanced arbiter

Browse files
geometric_classifier/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "model_type": "GeometricShapeClassifier",
3
- "version": "v9",
4
- "changes": "conv3d/conv2d \u2192 linear in curvature head, 83x training speedup",
5
  "grid_size": 5,
6
  "num_classes": 38,
7
  "class_names": [
@@ -56,9 +56,9 @@
56
  ],
57
  "embed_dim": 64,
58
  "n_tracers": 5,
59
- "arbiter_latent_dim": 128,
60
- "arbiter_flow_steps": 4,
61
- "total_params": 2325174,
62
  "shape_catalog": {
63
  "point": {
64
  "dim": 0,
 
1
  {
2
  "model_type": "GeometricShapeClassifier",
3
+ "version": "v9.1",
4
+ "changes": "enhanced arbiter: 256-dim latent, 8 flow steps, logit conditioning, adaptive blend, cosine prototypes",
5
  "grid_size": 5,
6
  "num_classes": 38,
7
  "class_names": [
 
56
  ],
57
  "embed_dim": 64,
58
  "n_tracers": 5,
59
+ "arbiter_latent_dim": 256,
60
+ "arbiter_flow_steps": 8,
61
+ "total_params": 3486678,
62
  "shape_catalog": {
63
  "point": {
64
  "dim": 0,
geometric_classifier/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8251db4e5b77cb50df8c0f173e75ffb7cb79cce4e27a20db90e2e2f522354865
3
- size 9574860
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d156cc7d970e8a0cabcfe13fd52ef91c993784cc5bd4b6f93f54f2d873e8909e
3
+ size 14222628
geometric_classifier/training_config.json CHANGED
@@ -19,17 +19,17 @@
19
  "cm": 0.1,
20
  "curved": 0.2,
21
  "ctype": 0.2,
22
- "arb_cls": 0.8,
23
- "arb_traj": 0.2,
24
- "arb_conf": 0.1,
25
- "flow": 0.5
26
  },
27
- "best_val_accuracy": 0.90142,
28
  "learned_capacities": [
29
- 0.001764793531037867,
30
- 0.0032583752181380987,
31
- 18.675533294677734,
32
- 18.547143936157227
33
  ],
34
- "total_training_time_seconds": 981.4479973316193
35
  }
 
19
  "cm": 0.1,
20
  "curved": 0.2,
21
  "ctype": 0.2,
22
+ "arb_cls": 1.0,
23
+ "arb_traj": 0.3,
24
+ "arb_conf": 0.15,
25
+ "flow": 0.8
26
  },
27
+ "best_val_accuracy": 0.901,
28
  "learned_capacities": [
29
+ 0.0032398805487900972,
30
+ 0.007025932893157005,
31
+ 0.05782651901245117,
32
+ 17.649370193481445
33
  ],
34
+ "total_training_time_seconds": 857.9640436172485
35
  }