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
|
@@ -12,6 +12,10 @@ datasets:
|
|
| 12 |
- Chr0my/Epidemic_music
|
| 13 |
- juliensimon/autonlp-data-song-lyrics
|
| 14 |
- Datatang/North_American_English_Speech_Data_by_Mobile_Phone_and_PC
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
language:
|
| 16 |
- en
|
| 17 |
metrics:
|
|
@@ -20,6 +24,10 @@ metrics:
|
|
| 20 |
- bertscore
|
| 21 |
- character
|
| 22 |
- brier_score
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
pipeline_tag: text-to-speech
|
| 24 |
---
|
| 25 |
---
|
|
@@ -31,21 +39,6 @@ Actors: Nana Caragonne (@nanacaraconn on Twitter, IG & TikTok / nana@thecaraconn
|
|
| 31 |
✅ Disco: <https://ykilcher.com/discord>. Join our growing community of enthusiasts discussing projects like this one!
|
| 32 |
✅ InstaCommunity: Shout out #MadeWithSSAI creations at @OR4CLAISolutions or @nanaboutique. Share tips, tricks and insights here!
|
| 33 |
|
| 34 |
-
datasets ChristophSchuhmann/lyrics-index,
|
| 35 |
-
Cropinky/rap_lyrics_english
|
| 36 |
-
,brunokreiner/genius-lyrics
|
| 37 |
-
,google/MusicCaps
|
| 38 |
-
,Doohae/modern_music_re
|
| 39 |
-
,Chr0my/Epidemic_music
|
| 40 |
-
,Datatang/accented_english
|
| 41 |
-
,TheSeriousProgrammer/spoken_words_en_ml_commons_filtered_split
|
| 42 |
-
,MLCommons/ml_spoken_words
|
| 43 |
-
,juancopi81/mutopia_guitar_dataset
|
| 44 |
-
,rpereira90/autotrain-data-guitarsproject
|
| 45 |
-
- vldsavelyev/guitar_tab
|
| 46 |
-
- akhmedsakip/ravdess-singing-emotions
|
| 47 |
-
- mitsudate/colstone_singing_dataset
|
| 48 |
-
- juliensimon/autonlp-data-song-lyrics
|
| 49 |
|
| 50 |
Description
|
| 51 |
Unlock limitless creative potential through automatic audio generation powered by advanced artificial intelligence. Experience SoundSlayerAI today and see how easy it is to generate captivating music, remixes, sound effects, and more! Made available by OR4CLAI team members dedicated to pushing the boundaries of technology and innovation. Let us know how we can improve – happy experimenting!
|
|
|
|
| 12 |
- Chr0my/Epidemic_music
|
| 13 |
- juliensimon/autonlp-data-song-lyrics
|
| 14 |
- Datatang/North_American_English_Speech_Data_by_Mobile_Phone_and_PC
|
| 15 |
+
- Chr0my/freesound.org
|
| 16 |
+
- teticio/audio-diffusion-256
|
| 17 |
+
- KELONMYOSA/dusha_emotion_audio
|
| 18 |
+
- Ar4ikov/iemocap_audio_text_splitted
|
| 19 |
language:
|
| 20 |
- en
|
| 21 |
metrics:
|
|
|
|
| 24 |
- bertscore
|
| 25 |
- character
|
| 26 |
- brier_score
|
| 27 |
+
- roc_auc
|
| 28 |
+
- precision
|
| 29 |
+
- f1
|
| 30 |
+
- recall
|
| 31 |
pipeline_tag: text-to-speech
|
| 32 |
---
|
| 33 |
---
|
|
|
|
| 39 |
✅ Disco: <https://ykilcher.com/discord>. Join our growing community of enthusiasts discussing projects like this one!
|
| 40 |
✅ InstaCommunity: Shout out #MadeWithSSAI creations at @OR4CLAISolutions or @nanaboutique. Share tips, tricks and insights here!
|
| 41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
|
| 43 |
Description
|
| 44 |
Unlock limitless creative potential through automatic audio generation powered by advanced artificial intelligence. Experience SoundSlayerAI today and see how easy it is to generate captivating music, remixes, sound effects, and more! Made available by OR4CLAI team members dedicated to pushing the boundaries of technology and innovation. Let us know how we can improve – happy experimenting!
|