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
Browse files
README.md
CHANGED
|
@@ -26,6 +26,13 @@ datasets:
|
|
| 26 |
- breadlicker45/midi-gpt-music-small
|
| 27 |
- projectlosangeles/Los-Angeles-MIDI-Dataset
|
| 28 |
- huggingartists/epic-rap-battles-of-history
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
metrics:
|
| 30 |
- accuracy
|
| 31 |
- bertscore
|
|
|
|
| 26 |
- breadlicker45/midi-gpt-music-small
|
| 27 |
- projectlosangeles/Los-Angeles-MIDI-Dataset
|
| 28 |
- huggingartists/epic-rap-battles-of-history
|
| 29 |
+
- SocialGrep/one-million-reddit-confessions
|
| 30 |
+
- shahules786/prosocial-nsfw-reddit
|
| 31 |
+
- Thewillonline/reddit-sarcasm
|
| 32 |
+
- autoevaluate/autoeval-eval-futin__guess-vi-4200fb-2012366606
|
| 33 |
+
- lmsys/chatbot_arena_conversations
|
| 34 |
+
- mozilla-foundation/common_voice_11_0
|
| 35 |
+
- mozilla-foundation/common_voice_4_0
|
| 36 |
metrics:
|
| 37 |
- accuracy
|
| 38 |
- bertscore
|