File size: 575 Bytes
6e631d4 |
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 |
# Pop Melody Dataset
This directory contains pop music melodies organized for training, validation, and testing.
## Structure
- `train/`: Training dataset (80%)
- happy/
- sad/
- energetic/
- `val/`: Validation dataset (10%)
- happy/
- sad/
- energetic/
- `test/`: Test dataset (10%)
- happy/
- sad/
- energetic/
## Melody Characteristics
- Tempo Range: 90-140 BPM
- Key: Various major/minor keys
- Length: 16-32 bars
- Style: Contemporary pop melodies
## File Naming Convention
Format: `pop_[mood]_[key]_[tempo].mid`
Example: `pop_happy_cmajor_120.mid` |