How to use lighthousefeed/yoda-ner with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("lighthousefeed/yoda-ner")
While running the inference using this script following error shows -TypeError: init() got an unexpected keyword argument 'force_max_length'.
· Sign up or log in to comment