JorgeAV commited on
Commit
3f403f6
·
verified ·
1 Parent(s): 33997db

Upload results/hybrid_main_phase2.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. results/hybrid_main_phase2.json +18 -0
results/hybrid_main_phase2.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_name": "hybrid_main_phase2",
3
+ "backbone": "dinov3",
4
+ "K": 3,
5
+ "use_jepa": true,
6
+ "use_evidence_gate": true,
7
+ "use_sigreg": true,
8
+ "use_vicreg": false,
9
+ "loss_fn": "smooth_l1",
10
+ "sigreg_weight": 0.1,
11
+ "jepa_weight": 1.0,
12
+ "task_weight": 1.0,
13
+ "best_eval_accuracy": 55.800000000000004,
14
+ "epochs": 10,
15
+ "lr": 0.0001,
16
+ "batch_size": 16,
17
+ "grad_accum": 8
18
+ }