How to use flair/ner-multi-fast with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("flair/ner-multi-fast")
The community tab is the place to discuss and collaborate with the HF community!