Instructions to use flair/upos-multi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Flair
How to use flair/upos-multi with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("flair/upos-multi") - Notebooks
- Google Colab
- Kaggle
Update README.md
#2
by dobbersc - opened
The same issue is also present in the other POS models, e.g. upos-multi-fast. Maybe this issue is also related to the outdated code?
alanakbik changed pull request status to merged