File size: 261 Bytes
1680c0a | 1 2 3 4 5 6 7 8 9 10 11 12 | learning_rate: 5.0e-05
nb_training_epochs: 10
dataloader_nb_workers: 0
batch_size: 16
seed: null
gradient_accumulation_steps: 1
do_metrics_in_training: false
metric_to_track_lr: loss
checkpoint_period: 1
checkpoint_metric: loss
minimize_checkpoint_metric: true
|