AMNLT
Collection
Datasets for Aligned Music Notation and Lyrics Transcription
•
4 items
•
Updated
About • How to Use • Citations • License
This dataset is used in the AMNLT (Aligned Music Notation and Lyrics Transcription) challenge. To see the rest of the datasets within this task, access to PRAIG/AMNLT.
To use this dataset, you must first request access. Once access is granted, load the dataset using:
from datasets import load_dataset
ds = load_dataset("PRAIG/GregoSynth_staffLevel")
ds["train"][0]["image"].save("example_image.png")
print(ds["train"][0]["transcription"])
If you use this work in your research, please cite us:
@article{john2025doe,
title = {{}},
author = {},
journal = {{}},
volume = {},
pages = {},
year = {},
publisher = {},
doi = {},
}
These datasets are under the cc-by-nc-4.0 license, which permits use, distribution, and adaptation for non-commercial purposes, provided proper attribution is given.