Is it possible to set epoch less than 1 when using Trainer

You can set the max_steps argument instead, which will override num_train_epochs.

2 Likes