How to use amtam0/timer-ner-en with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("amtam0/timer-ner-en")
How to fix it?