File size: 683 Bytes
5952424
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
29
30
{
  "name": "meter_mac_v2_randinit_s1",
  "seed": 1,
  "ckpt": "random:$STOICHEIA_DATA/runs/stoicheia_pretrain_staged/best.pt",
  "out_dir": "$STOICHEIA_DATA/runs/meter_mac_v2_randinit_s1",
  "encoded": "$METER_DATA/encoded",
  "attn": "sdpa",
  "T": 2048,
  "micro_batch": 16,
  "eval_micro": 16,
  "lr_enc": 5e-05,
  "lr_head": 0.0008,
  "wd": 0.01,
  "clip": 1.0,
  "warmup_frac": 0.1,
  "epochs": 12,
  "patience": 12,
  "head_dropout": 0.33,
  "use_cap": true,
  "scalar_mix": true,
  "w_mac": 1.0,
  "w_scan": 0.0,
  "select": "mac",
  "prose_per_epoch": 150000,
  "scan_passes": 2,
  "scan_max_verses": 8,
  "mac_class_w": "auto",
  "scan_class_w": "auto",
  "log_every": 50
}