Instructions to use flair/ner-german-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Flair
How to use flair/ner-german-large with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("flair/ner-german-large") - Notebooks
- Google Colab
- Kaggle
Safetensors
#2
by joachimseitz - opened
Is it possible to publish this model with Safetensors?
Maybe using this Service: https://huggingface.co/spaces/safetensors/convert ?