Instructions to use flair/ner-multi-fast with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Flair
How to use flair/ner-multi-fast with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("flair/ner-multi-fast") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,7 +6,8 @@ tags:
|
|
| 6 |
language: en de nl es
|
| 7 |
datasets:
|
| 8 |
- conll2003
|
| 9 |
-
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
## 4-Language NER in Flair (English, German, Dutch and Spanish)
|
|
|
|
| 6 |
language: en de nl es
|
| 7 |
datasets:
|
| 8 |
- conll2003
|
| 9 |
+
widget:
|
| 10 |
+
- text: "George Washington ging nach Washington"
|
| 11 |
---
|
| 12 |
|
| 13 |
## 4-Language NER in Flair (English, German, Dutch and Spanish)
|