I have trained my model using the Transformers GPT-2 for my dataset. I has been trained and giving correct output. Now I want to train my model on more data while retaining the previous trained model. I do not want to create a new model only want to use the previous one with the updated data training.
I tried doing the “overwrite = False” in the training but I don’t know whether it will work or not.
New contributor
TANVI is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.