AbstractPhil commited on
Commit
125a191
·
verified ·
1 Parent(s): 53838ff

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

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/david-shared-space",
3
- "updated": "2025-10-12T21:45:34.243285",
4
  "models": [
5
  {
6
  "model_name": "David-partial_shared-hierarchical_tree",
@@ -64,7 +64,29 @@
64
  "weights_path": "weights/David-partial_shared-hierarchical_tree/20251012_191456/best_model_acc73.69.safetensors",
65
  "config_path": "weights/David-partial_shared-hierarchical_tree/20251012_191456/david_config.json",
66
  "history_path": "weights/David-partial_shared-hierarchical_tree/20251012_191456/training_history.json"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
67
  }
68
  ],
69
- "total_models": 3
70
  }
 
1
  {
2
  "repository": "AbstractPhil/david-shared-space",
3
+ "updated": "2025-10-12T22:15:31.692903",
4
  "models": [
5
  {
6
  "model_name": "David-partial_shared-hierarchical_tree",
 
64
  "weights_path": "weights/David-partial_shared-hierarchical_tree/20251012_191456/best_model_acc73.69.safetensors",
65
  "config_path": "weights/David-partial_shared-hierarchical_tree/20251012_191456/david_config.json",
66
  "history_path": "weights/David-partial_shared-hierarchical_tree/20251012_191456/training_history.json"
67
+ },
68
+ {
69
+ "model_name": "David-decoupled-deep_efficiency",
70
+ "run_id": "20251012_221046",
71
+ "timestamp": "2025-10-12T22:15:31.692861",
72
+ "best_val_acc": 62.524,
73
+ "best_epoch": 0,
74
+ "num_scales": 5,
75
+ "scales": [
76
+ 256,
77
+ 512,
78
+ 768,
79
+ 1024,
80
+ 1280
81
+ ],
82
+ "parameters": 14877593,
83
+ "sharing_mode": "decoupled",
84
+ "fusion_mode": "deep_efficiency",
85
+ "preset": "high_accuracy",
86
+ "weights_path": "weights/David-decoupled-deep_efficiency/20251012_221046/best_model_acc62.52.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
  }