JorgeAV commited on
Commit
6f8358f
·
verified ·
1 Parent(s): 097b6ad

Upload results/hybrid_main_phase3.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. results/hybrid_main_phase3.json +8 -24
results/hybrid_main_phase3.json CHANGED
@@ -5,39 +5,23 @@
5
  "K": 3,
6
  "use_jepa": true,
7
  "loss_fn": "smooth_l1",
8
- "epochs_completed": 9,
9
- "best_composite_score": 14.8,
10
- "best_epoch": 0,
11
- "mc_eval_accuracies": [
12
- 59.0,
13
- 57.5,
14
- 55.5,
15
- 55.0,
16
- 54.5,
17
- 55.0,
18
- 54.0,
19
- 55.5,
20
- 55.0
21
- ],
22
  "core_lr": 5e-05,
23
  "backbone_lr": 5e-06,
24
  "text_lr": 5e-06,
25
  "gen_weight": 0.5,
26
  "batch_size": 8,
27
  "grad_accum": 16,
28
- "training_note": "Phase 3 training completed 9/10 epochs. Gen losses dropped significantly (ChartQA: 91->7.7, DocVQA: 99->24, TextVQA: 110->34). MC eval maintained ~55% (Phase 2 baseline). Gen metrics still 0% - needs more targeted gen training.",
29
- "gen_loss_trajectory": {
30
- "chartqa": {
31
- "epoch0": 91.6,
32
- "epoch9": 7.7
33
- },
34
  "docvqa": {
35
- "epoch0": 99.6,
36
- "epoch9": 24.0
 
 
37
  },
38
  "textvqa": {
39
- "epoch0": 110.1,
40
- "epoch9": 34.2
41
  }
42
  }
43
  }
 
5
  "K": 3,
6
  "use_jepa": true,
7
  "loss_fn": "smooth_l1",
8
+ "best_composite_score": 14.75,
9
+ "epochs": 10,
 
 
 
 
 
 
 
 
 
 
 
 
10
  "core_lr": 5e-05,
11
  "backbone_lr": 5e-06,
12
  "text_lr": 5e-06,
13
  "gen_weight": 0.5,
14
  "batch_size": 8,
15
  "grad_accum": 16,
16
+ "open_results": {
 
 
 
 
 
17
  "docvqa": {
18
+ "anls": 0.0
19
+ },
20
+ "chartqa": {
21
+ "relaxed_accuracy": 0.0
22
  },
23
  "textvqa": {
24
+ "vqa_accuracy": 0.0
 
25
  }
26
  }
27
  }