Instructions to use kalawinka/flair-ner-acknowledgments with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Flair
How to use kalawinka/flair-ner-acknowledgments with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("kalawinka/flair-ner-acknowledgments") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -23,7 +23,9 @@ Predicts 6 tags:
|
|
| 23 |
|
| 24 |
Based on [Flair embeddings](https://aclanthology.org/C18-1139/)
|
| 25 |
|
| 26 |
-
#
|
|
|
|
|
|
|
| 27 |
|
| 28 |
# Citation
|
| 29 |
|
|
|
|
| 23 |
|
| 24 |
Based on [Flair embeddings](https://aclanthology.org/C18-1139/)
|
| 25 |
|
| 26 |
+
# Usage
|
| 27 |
+
|
| 28 |
+
[See our Google colab notebook](https://colab.research.google.com/drive/1Wz4ae5c65VDWanY3Vo-fj__bFjn-loL4?usp=sharing#scrollTo=2ZRSrcjuFMHO)
|
| 29 |
|
| 30 |
# Citation
|
| 31 |
|