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
|
@@ -2,4 +2,4 @@
|
|
| 2 |
- token-classification widget:
|
| 3 |
- text: "does this work" ---
|
| 4 |
## Test model README
|
| 5 |
-
Some test README description
|
|
|
|
| 2 |
- token-classification widget:
|
| 3 |
- text: "does this work" ---
|
| 4 |
## Test model README
|
| 5 |
+
#Some test README description
|