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
Hello!
Thank you for your great work. I have been trying to understand and use this model for some experimentation.
The model trained for over 17hours on V100, the loss has been decreasing and everything seems to be fine. I used a small dataset of 28k lines of conversation data.
However, when using: python interactive.py the model predictions don't reflect my small dataset. It seems like everything is overridden by the previous checkpoint.
Is it possible to do transfer learning on top of your checkpoint? Should I train for longer?
The text was updated successfully, but these errors were encountered:
@KasparPeterson Did you figure out a way to solve this? I am also trying to finetune the model further on my dataset but I seem to be having the same problem. How many epochs did you train it for?
@atselousov : Any thoughts ? My dataset has about 49k lines of dialog data. I am training it for 100 epochs currently on top of your checkpoint (last_checkpoint).
Hello!
Thank you for your great work. I have been trying to understand and use this model for some experimentation.
The model trained for over 17hours on V100, the loss has been decreasing and everything seems to be fine. I used a small dataset of 28k lines of conversation data.
However, when using:
python interactive.py
the model predictions don't reflect my small dataset. It seems like everything is overridden by the previous checkpoint.Is it possible to do transfer learning on top of your checkpoint? Should I train for longer?
The text was updated successfully, but these errors were encountered: