You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

⚠️ Pending Acceptance! AMNLT: Aligned Music Notation and Lyrics Transcription

PRAIG-logo

Aligned Music Notation and Lyrics Transcription

πŸ“„ Full paper available here.

License

About β€’ How to Use β€’ Citations β€’ License


πŸ“š About

This repository serves as an index for the four staff-level datasets used in the AMNLT (Aligned Music Notation and Lyrics Transcription) challenge:

  1. Einsiedeln Staff-Level
  2. Salzinnes Staff-Level
  3. Solesmes Staff-Level
  4. GregoSynth Staff-Level

βš™οΈ How to Use

To use any of these datasets, you must first request access. Once access is granted, load the dataset using:

from datasets import load_dataset

ds = load_dataset("PRAIG/{dataset}")  # Replace {dataset} with the dataset name

ds["train"][0]["image"].save("example_image.png")
print(ds["train"][0]["transcription"])

πŸ“– Citations

If you use this work in your research, please cite us:

@article{john2025doe,
  title     = {{}},
  author    = {},
  journal   = {{}},
  volume    = {},
  pages     = {},
  year      = {},
  publisher = {},
  doi       = {},
}

πŸ“ License

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.

Downloads last month
61