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 (#1)
Browse files- Update README.md (3f40b525ba882c0835fed56899a9358cd6bfaaf0)
Co-authored-by: Loïck BOURDOIS <lbourdois@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -3,7 +3,11 @@ tags:
|
|
| 3 |
- flair
|
| 4 |
- token-classification
|
| 5 |
- sequence-tagger-model
|
| 6 |
-
language:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
datasets:
|
| 8 |
- conll2003
|
| 9 |
widget:
|
|
|
|
| 3 |
- flair
|
| 4 |
- token-classification
|
| 5 |
- sequence-tagger-model
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
- de
|
| 9 |
+
- nl
|
| 10 |
+
- es
|
| 11 |
datasets:
|
| 12 |
- conll2003
|
| 13 |
widget:
|