Fine-Tuning Multi-lang NER for a specific language

This topic was discussed few weeks ago in this thread Strange fine-tuned NER model behavior. Basically, just remove fit_on line in the vocabulary part of the config and replace the path to data with your path. Training and data format are described in the docs
http://docs.deeppavlov.ai/en/master/features/models/ner.html#train-and-use-the-model
http://docs.deeppavlov.ai/en/master/features/models/ner.html#training-data

1 Like