File size: 669 Bytes
0cfb4ee
49fd94a
0cfb4ee
49fd94a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0cfb4ee
 
 
 
 
 
 
49fd94a
 
0cfb4ee
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "datetime_utc": "2025-11-17T07:39:48.204431Z",
  "seed": 42,
  "encoder_backbone": "Fsoft-AIC/videberta-base",
  "hierarchical": {
    "seg_len": 192,
    "overlap": 32,
    "max_segs": 2,
    "agg_type": "attn",
    "has_seg_attn": true
  },
  "tokenization": {
    "sum_max_len": 256,
    "pair_max_len": 512,
    "truncation": "hierarchical_doc_segments + pair(doc_segment, summary)",
    "pad_to_multiple_of": 8
  },
  "batch_size": 4,
  "accumulate_grad_batches": 2,
  "precision": "16-mixed",
  "optimizer": "AdamW",
  "lr": 2e-05,
  "weight_decay": 0.01,
  "scheduler": "linear_warmup",
  "warmup_ratio": 0.05,
  "gradient_clip_val": 1.0,
  "max_epochs": 5
}