Instructions to use flair/ner-dutch with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Flair
How to use flair/ner-dutch with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("flair/ner-dutch") - Notebooks
- Google Colab
- Kaggle
Indexerror: index out of range in self
#1
by Rensdebee - opened
I encounter an issue when using this model as a NER classifier. Some words are not recognized and throw an index error. I suspect this has something to do with the word embeddings. For example the sentence: mr Frank visser is een man. Doesn't work however Mr Frank Visser does work. This is strange because I thought flair used character embeddings and thus worked with every word.