How to use flair/upos-multi with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("flair/upos-multi")
How to fix it?