Instructions to use flair/ner-french with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Flair
How to use flair/ner-french with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("flair/ner-french") - Notebooks
- Google Colab
- Kaggle
docs: fix import and usage of French NER dataset
#2
by stefan-it - opened
The WIKINER_FRENCH name is deprecated and NER_MULTI_WIKINER should be used instead.
alanakbik changed pull request status to merged
Thanks @stefan-it !