Instructions to use flair/ner-multi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Flair
How to use flair/ner-multi with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("flair/ner-multi") - Notebooks
- Google Colab
- Kaggle
'dict' object has no attribute 'embedding_length'
#1
by Mumpitz - opened
Since a few days, i get this error when trying to load the Model. As i could see, even here in the Model Card this happens.