AbstractPhil commited on
Commit
b6ae463
·
verified ·
1 Parent(s): e46b702

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

Browse files
Files changed (1) hide show
  1. MODELS_INDEX.json +28 -2
MODELS_INDEX.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "repository": "AbstractPhil/david-shared-space",
3
- "updated": "2025-10-13T00:38:45.818455",
4
  "models": [
5
  {
6
  "model_name": "David-partial_shared-hierarchical_tree",
@@ -124,7 +124,33 @@
124
  "weights_path": "weights/David-fully_shared-weighted_sum/20251012_231445/best_model_acc66.50.safetensors",
125
  "config_path": "weights/David-fully_shared-weighted_sum/20251012_231445/david_config.json",
126
  "history_path": "weights/David-fully_shared-weighted_sum/20251012_231445/training_history.json"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
127
  }
128
  ],
129
- "total_models": 6
130
  }
 
1
  {
2
  "repository": "AbstractPhil/david-shared-space",
3
+ "updated": "2025-10-13T00:49:34.873680",
4
  "models": [
5
  {
6
  "model_name": "David-partial_shared-hierarchical_tree",
 
124
  "weights_path": "weights/David-fully_shared-weighted_sum/20251012_231445/best_model_acc66.50.safetensors",
125
  "config_path": "weights/David-fully_shared-weighted_sum/20251012_231445/david_config.json",
126
  "history_path": "weights/David-fully_shared-weighted_sum/20251012_231445/training_history.json"
127
+ },
128
+ {
129
+ "model_name": "David-decoupled-deep_efficiency",
130
+ "run_id": "20251013_004438",
131
+ "timestamp": "2025-10-13T00:49:34.873630",
132
+ "best_val_acc": 58.398666666666664,
133
+ "best_epoch": 0,
134
+ "num_scales": 9,
135
+ "scales": [
136
+ 128,
137
+ 256,
138
+ 384,
139
+ 448,
140
+ 512,
141
+ 576,
142
+ 640,
143
+ 768,
144
+ 896
145
+ ],
146
+ "parameters": 22133801,
147
+ "sharing_mode": "decoupled",
148
+ "fusion_mode": "deep_efficiency",
149
+ "preset": "gated_expert_team",
150
+ "weights_path": "weights/David-decoupled-deep_efficiency/20251013_004438/best_model_acc58.40.safetensors",
151
+ "config_path": "weights/David-decoupled-deep_efficiency/20251013_004438/david_config.json",
152
+ "history_path": "weights/David-decoupled-deep_efficiency/20251013_004438/training_history.json"
153
  }
154
  ],
155
+ "total_models": 7
156
  }