You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use resume_from_checkpoint and train for 0 epoch. So your json config file would have the following added:
"resume_from_checkpoint":"path/to/checkpoint/folder"
"num_train_epochs": 0
my model got stopped middle but i got some checkpoints , how can i convert that to model.safetensors ?
The text was updated successfully, but these errors were encountered: