Create config.json
Browse files- config.json +59 -0
config.json
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "SoundSlayerAI",
|
3 |
+
"description": "An innovative project for music-related tasks utilizing pyannote-audio library",
|
4 |
+
"datasets": \[
|
5 |
+
"Fhrozen/AudioSet2K22",
|
6 |
+
"Chr0my/Epidemic_sounds",
|
7 |
+
"ChristophSchuhmann/lyrics-index",
|
8 |
+
"Cropinky/rap_lyrics_english",
|
9 |
+
"tsterbak/eurovision-lyrics-1956-2023",
|
10 |
+
"brunokreiner/genius-lyrics",
|
11 |
+
"google/MusicCaps",
|
12 |
+
"ccmusic-database/music_genre",
|
13 |
+
"Hyeon2/riffusion-musiccaps-dataset",
|
14 |
+
"SamAct/autotrain-data-musicprompt",
|
15 |
+
"Chr0my/Epidemic_music",
|
16 |
+
"juliensimon/autonlp-data-song-lyrics",
|
17 |
+
"Datatang/North_American_English_Speech_Data_by_Mobile_Phone_and_PC",
|
18 |
+
"Chr0my/freesound.org",
|
19 |
+
"teticio/audio-diffusion-256",
|
20 |
+
"KELONMYOSA/dusha_emotion_audio",
|
21 |
+
"Ar4ikov/iemocap_audio_text_splitted",
|
22 |
+
"flexthink/ljspeech",
|
23 |
+
"mozilla-foundation/common_voice_13_0",
|
24 |
+
"facebook/voxpopuli",
|
25 |
+
"SocialGrep/one-million-reddit-jokes",
|
26 |
+
"breadlicker45/human-midi-rlhf",
|
27 |
+
"breadlicker45/midi-gpt-music-small",
|
28 |
+
"projectlosangeles/Los-Angeles-MIDI-Dataset",
|
29 |
+
"huggingartists/epic-rap-battles-of-history",
|
30 |
+
"SocialGrep/one-million-reddit-confessions",
|
31 |
+
"shahules786/prosocial-nsfw-reddit",
|
32 |
+
"Thewillonline/reddit-sarcasm",
|
33 |
+
"autoevaluate/autoeval-eval-futin\_\_guess-vi-4200fb-2012366606",
|
34 |
+
"lmsys/chatbot_arena_conversations",
|
35 |
+
"mozilla-foundation/common_voice_11_0",
|
36 |
+
"mozilla-foundation/common_voice_4_0"
|
37 |
+
\],
|
38 |
+
"library": "pyannote-audio",
|
39 |
+
"metrics": \[
|
40 |
+
"accuracy",
|
41 |
+
"bertscore",
|
42 |
+
"BLEU",
|
43 |
+
"BLEURT",
|
44 |
+
"brier_score",
|
45 |
+
"character"
|
46 |
+
\],
|
47 |
+
"language": "English",
|
48 |
+
"usage": \[
|
49 |
+
"Install the required dependencies by running pip install pyannote-audio.",
|
50 |
+
"Import the necessary modules from the 'pyannote.audio' package to access the desired functionalities.",
|
51 |
+
"Load the audio data or use the provided datasets to perform tasks such as audio segmentation, speaker diarization, music transcription, and more.",
|
52 |
+
"Apply the appropriate algorithms and models from the 'pyannote.audio' library to process and analyze the audio data.",
|
53 |
+
"Evaluate the results using the specified metrics, such as accuracy, bertscore, BLEU, BLEURT, brier_score, and character.",
|
54 |
+
"Iterate and refine your approach to achieve the desired outcomes for your music-related tasks."
|
55 |
+
\],
|
56 |
+
"license": "Openrail",
|
57 |
+
"contributions": "Contributions to SoundSlayerAI are welcome! If you have any ideas, bug fixes, or enhancements, feel free to submit a pull request or open an issue on the GitHub repository.",
|
58 |
+
"contact": "\[[email protected]\]"
|
59 |
+
}
|