How to update already Finetuned model of gpt2
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.