Instructions to use kumar9/super-cool-model4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Flair
How to use kumar9/super-cool-model4 with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("kumar9/super-cool-model4") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
library_name: flair
|
| 4 |
widget:
|
| 5 |
-
- text:
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
demo file
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
library_name: flair
|
| 4 |
widget:
|
| 5 |
+
- text: Jens Peter Hansen kommer fra Danmark
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
---
|
| 9 |
demo file
|