Continuous Learning Using Trainer for BERT multi-class model

Hello,

I fine-tuned a multi-class BERT model using huggingface trainer. It is a fairly large model that was trained on thousands of classes. I want to add 100 more classes to the model there is a dataset that has the new classes as well. Is there a way for me to do this without training it from scratch again? Thank you so much!