Instructions to use clisi2000/flairmodel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Flair
How to use clisi2000/flairmodel with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("clisi2000/flairmodel") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
-
--
|
| 2 |
-
|
| 3 |
-
-
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- flair
|
| 4 |
+
- token-classification
|
| 5 |
+
widget:
|
| 6 |
+
- text: "does this work"
|
| 7 |
+
---
|