File size: 260 Bytes
666a1d5 | 1 2 3 4 5 6 7 8 9 10 11 12 | learning_rate: 2.0e-06
nb_training_epochs: 10
dataloader_nb_workers: 0
batch_size: 4
seed: null
gradient_accumulation_steps: 1
do_metrics_in_training: false
metric_to_track_lr: loss
checkpoint_period: 0
checkpoint_metric: loss
minimize_checkpoint_metric: true
|