How to train NER model

#4
by amriteshbytesview - opened

I just want to know how you guys train the model for NER. when I fine-tuned BERT for NER with almost 1.5 Million data points taking care of the imbalance it was not performing well. Is there any resource where I can find out how you trained the model?

flair org

Hi, you can check out the tutorials for training sequence taggers here: https://flairnlp.github.io/flair/v0.14.0/tutorial/tutorial-training/how-to-train-sequence-tagger.html

Sign up or log in to comment