AbstractPhil commited on
Commit
eb1239b
·
verified ·
1 Parent(s): e3ccbe5

Update models index - David-partial_shared-deep_efficiency @ 83.71%

Browse files
Files changed (1) hide show
  1. MODELS_INDEX.json +27 -2
MODELS_INDEX.json CHANGED
@@ -1,7 +1,32 @@
1
  {
2
  "repository": "AbstractPhil/gated-david",
3
- "updated": "2025-10-12T15:40:37.893246",
4
  "models": [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  {
6
  "model_name": "David-hierarchical-progressive",
7
  "run_id": "20251012_145649",
@@ -104,5 +129,5 @@
104
  "history_path": "weights/David-fully_shared-weighted_sum/20251012_141246/training_history.json"
105
  }
106
  ],
107
- "total_models": 5
108
  }
 
1
  {
2
  "repository": "AbstractPhil/gated-david",
3
+ "updated": "2025-10-12T16:14:44.881095",
4
  "models": [
5
+ {
6
+ "model_name": "David-partial_shared-deep_efficiency",
7
+ "run_id": "20251012_161107",
8
+ "timestamp": "2025-10-12T16:14:44.881038",
9
+ "best_val_acc": 83.714,
10
+ "best_epoch": 0,
11
+ "num_scales": 8,
12
+ "scales": [
13
+ 384,
14
+ 512,
15
+ 768,
16
+ 1024,
17
+ 1280,
18
+ 1536,
19
+ 1792,
20
+ 2048
21
+ ],
22
+ "parameters": 60814373,
23
+ "sharing_mode": "partial_shared",
24
+ "fusion_mode": "deep_efficiency",
25
+ "preset": "clip_vit_bigg14",
26
+ "weights_path": "weights/David-partial_shared-deep_efficiency/20251012_161107/best_model_acc83.71.safetensors",
27
+ "config_path": "weights/David-partial_shared-deep_efficiency/20251012_161107/david_config.json",
28
+ "history_path": "weights/David-partial_shared-deep_efficiency/20251012_161107/training_history.json"
29
+ },
30
  {
31
  "model_name": "David-hierarchical-progressive",
32
  "run_id": "20251012_145649",
 
129
  "history_path": "weights/David-fully_shared-weighted_sum/20251012_141246/training_history.json"
130
  }
131
  ],
132
+ "total_models": 6
133
  }