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
This is the result after my first fine-tuning.
This is the second fine-tuning, where the checkpoint saved after the first fine-tuning was loaded. The loss starts lower than the loss value from the first fine-tuning but gradually increases.
Could it be an issue with the loading process, such as certain optimizer states not being properly restored? I load the saved checkpoint by trainer.train(checkpoint=lastCheckpointDir)
I would greatly appreciate your help!
The text was updated successfully, but these errors were encountered:
This is the result after my first fine-tuning.
This is the second fine-tuning, where the checkpoint saved after the first fine-tuning was loaded. The loss starts lower than the loss value from the first fine-tuning but gradually increases.
Could it be an issue with the loading process, such as certain optimizer states not being properly restored? I load the saved checkpoint by
trainer.train(checkpoint=lastCheckpointDir)
I would greatly appreciate your help!
The text was updated successfully, but these errors were encountered: