How to use nlp-tlp/mwo-ner-test with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("nlp-tlp/mwo-ner-test")
A flair-based NER model for MWOs. This is just a test (trained on a small sample of annotated MWOs) to try out Huggingface - a full model will be posted later.