Instructions to use lighthousefeed/yoda-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Flair
How to use lighthousefeed/yoda-ner with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("lighthousefeed/yoda-ner") - Notebooks
- Google Colab
- Kaggle
How to get the json output ?
#2 opened over 3 years ago
by
Rahul1397
Error: TypeError: __init__() got an unexpected keyword argument 'force_max_length'
#1 opened over 3 years ago
by
Rahul1397