Instructions to use flair/pos-english with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Flair
How to use flair/pos-english with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("flair/pos-english") - Notebooks
- Google Colab
- Kaggle
What tokenizer is best?
#2
by turian - opened
What tokenizer is best to use with flair/pos-english?
It was not clear to me from the model card what tokenizer was used during training. And the default FLAIR tokenizer is relatively simple.
The tagger was trained on Ontonotes, so it reuses the tokenization from this dataset.