Instructions to use flair/ner-spanish-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Flair
How to use flair/ner-spanish-large with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("flair/ner-spanish-large") - Notebooks
- Google Colab
- Kaggle
How to fine tune flair/ner-spanish-large
2
#1 opened almost 4 years ago
by
SickBoy