Instructions to use karrrr123456/ace with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Flair
How to use karrrr123456/ace with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("karrrr123456/ace") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,4 +11,6 @@ base_model:
|
|
| 11 |
new_version: hexgrad/Kokoro-82M
|
| 12 |
pipeline_tag: text-generation
|
| 13 |
library_name: flair
|
|
|
|
|
|
|
| 14 |
---
|
|
|
|
| 11 |
new_version: hexgrad/Kokoro-82M
|
| 12 |
pipeline_tag: text-generation
|
| 13 |
library_name: flair
|
| 14 |
+
tags:
|
| 15 |
+
- text-generation-inference
|
| 16 |
---
|