AbstractPhil commited on
Commit
972d936
·
verified ·
1 Parent(s): 0f99300

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

Browse files
Files changed (1) hide show
  1. MODELS_INDEX.json +26 -0
MODELS_INDEX.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "repository": "AbstractPhil/gated-david",
3
+ "updated": "2025-10-12T13:54:33.522655",
4
+ "models": [
5
+ {
6
+ "model_name": "David-fully_shared-weighted_sum",
7
+ "run_id": "20251012_135249",
8
+ "timestamp": "2025-10-12T13:54:33.522625",
9
+ "best_val_acc": 68.056,
10
+ "best_epoch": 0,
11
+ "num_scales": 2,
12
+ "scales": [
13
+ 256,
14
+ 512
15
+ ],
16
+ "parameters": 656898,
17
+ "sharing_mode": "fully_shared",
18
+ "fusion_mode": "weighted_sum",
19
+ "preset": "small_fast",
20
+ "weights_path": "weights/David-fully_shared-weighted_sum/20251012_135249/best_model_acc68.06.safetensors",
21
+ "config_path": "weights/David-fully_shared-weighted_sum/20251012_135249/david_config.json",
22
+ "history_path": "weights/David-fully_shared-weighted_sum/20251012_135249/training_history.json"
23
+ }
24
+ ],
25
+ "total_models": 1
26
+ }