Retraining pre-trained NER model with new data samples

Hi,
I have a pre-trained NER model this model has 19 class labels, and I want to fine-tune this model by having data that has 15 new class labels.

There are some class labels overlapping from the old 19 class labels and the new 15 class labels.

So, my questions:

  1. How can fine-tune this model with all class labels “19 + 15”?
  2. How can fine-tune this model with just 15 class labels?

Thanks.

1 Like