File size: 1,399 Bytes
9b4c949 4617651 9b4c949 44fc3a5 9b4c949 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
---
license: mit
language:
- en
pretty_name: MelodyMaster V1 Training Dataset
task_categories:
- text-to-audio
- audio-classification
tags:
- audio
- music
- music-generation
- text-to-music
size_categories:
- n<1K
dataset_info:
features:
- name: ytid
dtype: string
- name: start_s
dtype: int64
- name: end_s
dtype: int64
- name: audioset_positive_labels
dtype: string
- name: aspect_list
dtype: string
- name: caption
dtype: string
- name: author_id
dtype: int64
- name: is_balanced_subset
dtype: bool
- name: is_audioset_eval
dtype: bool
splits:
- name: train
num_bytes: 53861
num_examples: 100
download_size: 31937
dataset_size: 53861
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# MelodyMaster V1 Training Dataset
This dataset contains music-text pairs for fine-tuning MelodyMaster V1, an AI music generation model. Based on MusicCaps dataset.
## Dataset Description
### Data Format
- File Type: Parquet
- Contains music-text pairs for fine-tuning
### Data Structure
```csv
youtube_id,start_s,end_s,caption
```
- `youtube_id`: Identifier for the audio source
- `start_s`: Start time in seconds
- `end_s`: End time in seconds
- `caption`: Text description of the music
### Source
Derived from Google's MusicCaps dataset, curated specifically for MelodyMaster V1 training.
|