Instructions to use flair/ner-english-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Flair
How to use flair/ner-english-large with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("flair/ner-english-large") - Notebooks
- Google Colab
- Kaggle
error while loading
#2
by shivam2813 - opened
I've tested and it seems to work normally. If the issue persists, could you provide more information and open an issue in the Flair repo?
