AbstractPhil commited on
Commit
78aacb2
·
verified ·
1 Parent(s): 73e76f6

Update models index - David-fully_shared-weighted_sum @ 63.04%

Browse files
Files changed (1) hide show
  1. MODELS_INDEX.json +21 -2
MODELS_INDEX.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "repository": "AbstractPhil/david-shared-space",
3
- "updated": "2025-10-12T22:58:06.100629",
4
  "models": [
5
  {
6
  "model_name": "David-partial_shared-hierarchical_tree",
@@ -86,7 +86,26 @@
86
  "weights_path": "weights/David-decoupled-deep_efficiency/20251012_221046/best_model_acc66.84.safetensors",
87
  "config_path": "weights/David-decoupled-deep_efficiency/20251012_221046/david_config.json",
88
  "history_path": "weights/David-decoupled-deep_efficiency/20251012_221046/training_history.json"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
89
  }
90
  ],
91
- "total_models": 4
92
  }
 
1
  {
2
  "repository": "AbstractPhil/david-shared-space",
3
+ "updated": "2025-10-12T23:19:27.874150",
4
  "models": [
5
  {
6
  "model_name": "David-partial_shared-hierarchical_tree",
 
86
  "weights_path": "weights/David-decoupled-deep_efficiency/20251012_221046/best_model_acc66.84.safetensors",
87
  "config_path": "weights/David-decoupled-deep_efficiency/20251012_221046/david_config.json",
88
  "history_path": "weights/David-decoupled-deep_efficiency/20251012_221046/training_history.json"
89
+ },
90
+ {
91
+ "model_name": "David-fully_shared-weighted_sum",
92
+ "run_id": "20251012_231445",
93
+ "timestamp": "2025-10-12T23:19:27.874112",
94
+ "best_val_acc": 63.041333333333334,
95
+ "best_epoch": 0,
96
+ "num_scales": 2,
97
+ "scales": [
98
+ 256,
99
+ 512
100
+ ],
101
+ "parameters": 656898,
102
+ "sharing_mode": "fully_shared",
103
+ "fusion_mode": "weighted_sum",
104
+ "preset": "small_fast",
105
+ "weights_path": "weights/David-fully_shared-weighted_sum/20251012_231445/best_model_acc63.04.safetensors",
106
+ "config_path": "weights/David-fully_shared-weighted_sum/20251012_231445/david_config.json",
107
+ "history_path": "weights/David-fully_shared-weighted_sum/20251012_231445/training_history.json"
108
  }
109
  ],
110
+ "total_models": 5
111
  }