Instructions to use mpajas/mipro-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Flair
How to use mpajas/mipro-ner with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("mpajas/mipro-ner") - Notebooks
- Google Colab
- Kaggle
Matija Pajas commited on
Commit ·
eeb443d
1
Parent(s): 96811b3
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,6 +10,6 @@ language:
|
|
| 10 |
library_name: flair
|
| 11 |
pipeline_tag: token-classification
|
| 12 |
widget:
|
| 13 |
-
- text: Matija Pajas BISS doo
|
| 14 |
- text: Herman Miller Amavita Apotheke
|
|
|
|
| 15 |
---
|
|
|
|
| 10 |
library_name: flair
|
| 11 |
pipeline_tag: token-classification
|
| 12 |
widget:
|
|
|
|
| 13 |
- text: Herman Miller Amavita Apotheke
|
| 14 |
+
- text: Matija Pajas BISS doo
|
| 15 |
---
|