Instructions to use DaRkSpyro/Nico-from-Rio with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Flair
How to use DaRkSpyro/Nico-from-Rio with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("DaRkSpyro/Nico-from-Rio") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- HuggingFaceH4/ultrachat_200k
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
+
library_name: flair
|
| 10 |
+
tags:
|
| 11 |
+
- music
|
| 12 |
+
---
|