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
Update README.md
#1
by nilswnz - opened
README.md
CHANGED
|
@@ -25,7 +25,7 @@ Predicts 4 tags:
|
|
| 25 |
| ORG | organization name |
|
| 26 |
| MISC | other name |
|
| 27 |
|
| 28 |
-
Based on document-level XLM-R embeddings and [FLERT](https://arxiv.org/pdf/2011.06993v1.pdf
|
| 29 |
|
| 30 |
---
|
| 31 |
|
|
|
|
| 25 |
| ORG | organization name |
|
| 26 |
| MISC | other name |
|
| 27 |
|
| 28 |
+
Based on document-level XLM-R embeddings and [FLERT](https://arxiv.org/pdf/2011.06993v1.pdf).
|
| 29 |
|
| 30 |
---
|
| 31 |
|