Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -32,4 +32,44 @@ configs:
|
|
32 |
data_files:
|
33 |
- split: train
|
34 |
path: data/train-*
|
|
|
|
|
|
|
|
|
35 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
data_files:
|
33 |
- split: train
|
34 |
path: data/train-*
|
35 |
+
license: apache-2.0
|
36 |
+
tags:
|
37 |
+
- music
|
38 |
+
- art
|
39 |
---
|
40 |
+
|
41 |
+
midi, synthesized audio, ABC code triples
|
42 |
+
|
43 |
+
(this dataset contains those with audio duration in 5 min - 2 hours, less than 5 min data are in [300s](https://huggingface.co/datasets/Yi3852/midi-audio-abc_300s)
|
44 |
+
and there are several subsets with smaller duration
|
45 |
+
[60s](https://huggingface.co/datasets/Yi3852/midi-audio-abc_60s)
|
46 |
+
[30s](https://huggingface.co/datasets/Yi3852/midi-audio-abc_30s)
|
47 |
+
[10s](https://huggingface.co/datasets/Yi3852/midi-audio-abc_10s))
|
48 |
+
|
49 |
+
(`token_length_abc` field represents the token count of the abc text w.r.t. Qwen3's tokenizer)
|
50 |
+
|
51 |
+
+ midi files are from [bread-midi-dataset](https://huggingface.co/datasets/breadlicker45/bread-midi-dataset)
|
52 |
+
+ synthesized audio: use Don Allen's [Timbres of Heaven](https://www.midkar.com/SoundFonts/index.html) as soundfont and [FluidSynth](https://www.fluidsynth.org/) as synthesizer
|
53 |
+
+ [abc notation](https://abcnotation.com/): mid2abc by [EasyABC](https://github.com/jwdj/EasyABC) (midi2abc.py)
|
54 |
+
|
55 |
+
## Citation
|
56 |
+
|
57 |
+
```bibtex
|
58 |
+
@misc{jiang2025advancingfoundationmodelmusic,
|
59 |
+
title={Advancing the Foundation Model for Music Understanding},
|
60 |
+
author={Yi Jiang and Wei Wang and Xianwen Guo and Huiyun Liu and Hanrui Wang and Youri Xu and Haoqi Gu and Zhongqian Xie and Chuanjiang Luo},
|
61 |
+
year={2025},
|
62 |
+
eprint={2508.01178},
|
63 |
+
archivePrefix={arXiv},
|
64 |
+
primaryClass={cs.SD},
|
65 |
+
url={https://arxiv.org/abs/2508.01178},
|
66 |
+
}
|
67 |
+
|
68 |
+
@misc {matthew_mitton_2025,
|
69 |
+
author = { {Matthew Mitton} },
|
70 |
+
title = { bread-midi-dataset (Revision 95c2155) },
|
71 |
+
year = 2025,
|
72 |
+
url = {\url{https://huggingface.co/datasets/breadlicker45/bread-midi-dataset }},
|
73 |
+
doi = { 10.57967/hf/4748 },
|
74 |
+
publisher = { Hugging Face }
|
75 |
+
}
|