Instructions to use or4cl3ai/SoundSlayerAI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use or4cl3ai/SoundSlayerAI with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="or4cl3ai/SoundSlayerAI")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("or4cl3ai/SoundSlayerAI", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
#1
by or4cl3ai - opened
README.md
CHANGED
|
@@ -26,6 +26,13 @@ datasets:
|
|
| 26 |
- huggingartists/epic-rap-battles-of-history
|
| 27 |
language:
|
| 28 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
metrics:
|
| 30 |
- bleu
|
| 31 |
- accuracy
|
|
@@ -39,7 +46,7 @@ metrics:
|
|
| 39 |
- charcut_mt
|
| 40 |
- cer
|
| 41 |
pipeline_tag: text-to-speech
|
| 42 |
-
library_name:
|
| 43 |
tags:
|
| 44 |
- music
|
| 45 |
---
|
|
@@ -81,5 +88,4 @@ Limitations and bias: As with any AI model, SoundSlayerAI may have limitations a
|
|
| 81 |
|
| 82 |
Creator: OR4CLAI Solutions
|
| 83 |
|
| 84 |
-
Owner: OR4CLAI Solutions
|
| 85 |
-
|
|
|
|
| 26 |
- huggingartists/epic-rap-battles-of-history
|
| 27 |
language:
|
| 28 |
- en
|
| 29 |
+
- es
|
| 30 |
+
- de
|
| 31 |
+
- ru
|
| 32 |
+
- ro
|
| 33 |
+
- it
|
| 34 |
+
- pt
|
| 35 |
+
- ja
|
| 36 |
metrics:
|
| 37 |
- bleu
|
| 38 |
- accuracy
|
|
|
|
| 46 |
- charcut_mt
|
| 47 |
- cer
|
| 48 |
pipeline_tag: text-to-speech
|
| 49 |
+
library_name: keras
|
| 50 |
tags:
|
| 51 |
- music
|
| 52 |
---
|
|
|
|
| 88 |
|
| 89 |
Creator: OR4CLAI Solutions
|
| 90 |
|
| 91 |
+
Owner: OR4CLAI Solutions
|
|
|