Condenser
Condenser copied to clipboard
How to resume_from_checkpoint
Hi, I'm newbie in Condenser. I use colab to run code and it can only run 24 hours max. I didn't find any resume_from_checkpoint in your code. How can i continue my training after 24 hours
You should be able to pass your checkpoint directly through the argument --model_name_or_path.
Hi, does num_train_epochs need to be modified? If not, will the entire epoch be run, not the rest of the epoch?