Update README.md
Browse filesAdd initial Dataset Card info
README.md
CHANGED
@@ -1,3 +1,39 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pretty_name: MelodyMaster V1 Training Dataset
|
6 |
+
task_categories:
|
7 |
+
- text-to-audio
|
8 |
+
- audio-classification
|
9 |
+
tags:
|
10 |
+
- audio
|
11 |
+
- music
|
12 |
+
- music-generation
|
13 |
+
- text-to-music
|
14 |
+
size_categories:
|
15 |
+
- n<1K
|
16 |
+
---
|
17 |
+
|
18 |
+
# MelodyMaster V1 Training Dataset
|
19 |
+
|
20 |
+
This dataset contains music-text pairs for fine-tuning MelodyMaster V1, an AI music generation model. Based on MusicCaps dataset.
|
21 |
+
|
22 |
+
## Dataset Description
|
23 |
+
|
24 |
+
### Data Format
|
25 |
+
- File Type: CSV (Comma Separated Values)
|
26 |
+
- Contains music-text pairs for fine-tuning
|
27 |
+
|
28 |
+
### Data Structure
|
29 |
+
```csv
|
30 |
+
youtube_id,start_s,end_s,caption
|
31 |
+
```
|
32 |
+
|
33 |
+
- `youtube_id`: Identifier for the audio source
|
34 |
+
- `start_s`: Start time in seconds
|
35 |
+
- `end_s`: End time in seconds
|
36 |
+
- `caption`: Text description of the music
|
37 |
+
|
38 |
+
### Source
|
39 |
+
Derived from Google's MusicCaps dataset, curated specifically for MelodyMaster V1 training.
|