File size: 312 Bytes
2f044c1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
seed: 15

trainer:
  _target_: lightning.Trainer
  devices:
    - 0
  precision: "16-mixed"
  max_steps: 2500
  check_val_every_n_epoch: 20
  num_sanity_val_steps: 0
  limit_val_batches: 1
  gradient_clip_val: 1.0

save_model_path: /root/relik-sapienzanlp/models/${model_name}-${now:%Y-%m-%d-%H-%M-%S}
ckpt_path: