AbstractPhil commited on
Commit
88d920d
·
verified ·
1 Parent(s): a912585

Update models index - David-decoupled-deep_efficiency @ 73.58%

Browse files
Files changed (1) hide show
  1. MODELS_INDEX.json +24 -2
MODELS_INDEX.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "repository": "AbstractPhil/gated-david",
3
- "updated": "2025-11-04T15:01:54.717266",
4
  "models": [
5
  {
6
  "model_name": "David-decoupled-cantor_scale",
@@ -229,6 +229,28 @@
229
  "config_path": "weights/David-partial_shared-hierarchical_tree/20251012_152245/david_config.json",
230
  "history_path": "weights/David-partial_shared-hierarchical_tree/20251012_152245/training_history.json"
231
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
232
  {
233
  "model_name": "David-hierarchical-progressive",
234
  "run_id": "20251012_151647",
@@ -289,5 +311,5 @@
289
  "history_path": "weights/David-fully_shared-weighted_sum/20251012_141246/training_history.json"
290
  }
291
  ],
292
- "total_models": 13
293
  }
 
1
  {
2
  "repository": "AbstractPhil/gated-david",
3
+ "updated": "2025-11-04T15:17:05.338561",
4
  "models": [
5
  {
6
  "model_name": "David-decoupled-cantor_scale",
 
229
  "config_path": "weights/David-partial_shared-hierarchical_tree/20251012_152245/david_config.json",
230
  "history_path": "weights/David-partial_shared-hierarchical_tree/20251012_152245/training_history.json"
231
  },
232
+ {
233
+ "model_name": "David-decoupled-deep_efficiency",
234
+ "run_id": "20251104_151233",
235
+ "timestamp": "2025-11-04T15:17:05.338510",
236
+ "best_val_acc": 73.576,
237
+ "best_epoch": 0,
238
+ "num_scales": 5,
239
+ "scales": [
240
+ 256,
241
+ 512,
242
+ 768,
243
+ 1024,
244
+ 1280
245
+ ],
246
+ "parameters": 14877593,
247
+ "sharing_mode": "decoupled",
248
+ "fusion_mode": "deep_efficiency",
249
+ "preset": "high_accuracy",
250
+ "weights_path": "weights/David-decoupled-deep_efficiency/20251104_151233/best_model_acc73.58.safetensors",
251
+ "config_path": "weights/David-decoupled-deep_efficiency/20251104_151233/david_config.json",
252
+ "history_path": "weights/David-decoupled-deep_efficiency/20251104_151233/training_history.json"
253
+ },
254
  {
255
  "model_name": "David-hierarchical-progressive",
256
  "run_id": "20251012_151647",
 
311
  "history_path": "weights/David-fully_shared-weighted_sum/20251012_141246/training_history.json"
312
  }
313
  ],
314
+ "total_models": 14
315
  }