JAME (JAM Evaluation) is a comprehensive music dataset containing 250 high-quality music tracks designed for standardized evaluation of song generation models.
This dataset is part of Project Jamify developed by DeCLaRe Lab and supports research in controllable music generation.
jame/
├── README.md # This file
├── metadata.jsonl # Complete metadata for all tracks
├── spotify_urls.txt # Plain text list of Spotify URLs
├── transcriptions/ # JSON transcription files
│ ├── Artist - Title.json
│ └── ...
└── struct/ # JSON structure analysis files
├── Artist - Title.json
└── ...
Audio files are not directly provided in this dataset. Users can legally access the audio through:
spotify_url linksyoutube_url linksPlease ensure compliance with terms of service and copyright laws when accessing audio content.
Each line in metadata.jsonl contains a JSON object with the following fields:
{
"file_name": "Artist - Title",
"artist": "Artist Name",
"title": "Song Title",
"spotify_url": "https://open.spotify.com/track/...",
"youtube_url": "https://music.youtube.com/watch?v=...",
"duration": 180,
"year": 2025,
"genre": "Hip-Hop/Rap",
"transcription_path": "transcriptions/Artist - Title.json",
"struct_path": "struct/Artist - Title.json",
"song_id": "spotify_track_id"
}
The dataset contains 250 tracks evenly distributed across 5 genres (50 tracks per genre):
Please ensure proper attribution when using this dataset. Check individual track licenses through their respective Spotify and YouTube Music pages.
If you use the JAME dataset in your research, please cite:
@misc{liu2025jamtinyflowbasedsong,
title={JAM: A Tiny Flow-based Song Generator with Fine-grained Controllability and Aesthetic Alignment},
author={Renhang Liu and Chia-Yu Hung and Navonil Majumder and Taylor Gautreaux and Amir Ali Bagherzadeh and Chuan Li and Dorien Herremans and Soujanya Poria},
year={2025},
eprint={2507.20880},
archivePrefix={arXiv},
primaryClass={cs.SD},
url={https://arxiv.org/abs/2507.20880},
}
This dataset is released under Project Jamify License for non-commercial, academic, and entertainment purposes only.
For complete license terms, see the Project Jamify repository.
For questions about this dataset:
8 commits
JAME (JAM Evaluation) is a comprehensive music dataset containing 250 high-quality music tracks designed for standardized evaluation of song generation models.
This dataset is part of Project Jamify developed by DeCLaRe Lab and supports research in controllable music generation.
jame/
├── README.md # This file
├── metadata.jsonl # Complete metadata for all tracks
├── spotify_urls.txt # Plain text list of Spotify URLs
├── transcriptions/ # JSON transcription files
│ ├── Artist - Title.json
│ └── ...
└── struct/ # JSON structure analysis files
├── Artist - Title.json
└── ...
Audio files are not directly provided in this dataset. Users can legally access the audio through:
spotify_url linksyoutube_url linksPlease ensure compliance with terms of service and copyright laws when accessing audio content.
Each line in metadata.jsonl contains a JSON object with the following fields:
{
"file_name": "Artist - Title",
"artist": "Artist Name",
"title": "Song Title",
"spotify_url": "https://open.spotify.com/track/...",
"youtube_url": "https://music.youtube.com/watch?v=...",
"duration": 180,
"year": 2025,
"genre": "Hip-Hop/Rap",
"transcription_path": "transcriptions/Artist - Title.json",
"struct_path": "struct/Artist - Title.json",
"song_id": "spotify_track_id"
}
The dataset contains 250 tracks evenly distributed across 5 genres (50 tracks per genre):
Please ensure proper attribution when using this dataset. Check individual track licenses through their respective Spotify and YouTube Music pages.
If you use the JAME dataset in your research, please cite:
@misc{liu2025jamtinyflowbasedsong,
title={JAM: A Tiny Flow-based Song Generator with Fine-grained Controllability and Aesthetic Alignment},
author={Renhang Liu and Chia-Yu Hung and Navonil Majumder and Taylor Gautreaux and Amir Ali Bagherzadeh and Chuan Li and Dorien Herremans and Soujanya Poria},
year={2025},
eprint={2507.20880},
archivePrefix={arXiv},
primaryClass={cs.SD},
url={https://arxiv.org/abs/2507.20880},
}
This dataset is released under Project Jamify License for non-commercial, academic, and entertainment purposes only.
For complete license terms, see the Project Jamify repository.
For questions about this dataset:
8 commits