File size: 2,384 Bytes
2898fdf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a2c4564
 
 
 
2898fdf
a2c4564
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: mid
    dtype: string
  - name: midi_file
    struct:
    - name: bytes
      list: uint8
    - name: filename
      dtype: string
    - name: size
      dtype: int64
  - name: audio
    dtype: audio
  - name: audio_duration
    dtype: float64
  - name: abc
    dtype: string
  - name: token_length_abc
    dtype: int64
  splits:
  - name: train
    num_bytes: 340021450637.4
    num_examples: 86480
  download_size: 380389725217
  dataset_size: 340021450637.4
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
license: apache-2.0
tags:
- music
- art
---

midi, synthesized audio, ABC code triples

(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)
and there are several subsets with smaller duration 
[60s](https://huggingface.co/datasets/Yi3852/midi-audio-abc_60s)
[30s](https://huggingface.co/datasets/Yi3852/midi-audio-abc_30s)
[10s](https://huggingface.co/datasets/Yi3852/midi-audio-abc_10s))

(`token_length_abc` field represents the token count of the abc text w.r.t. Qwen3's tokenizer)

+ midi files are from [bread-midi-dataset](https://huggingface.co/datasets/breadlicker45/bread-midi-dataset)
+ 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
+ [abc notation](https://abcnotation.com/): mid2abc by [EasyABC](https://github.com/jwdj/EasyABC) (midi2abc.py)

## Citation

```bibtex
@misc{jiang2025advancingfoundationmodelmusic,
      title={Advancing the Foundation Model for Music Understanding}, 
      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},
      year={2025},
      eprint={2508.01178},
      archivePrefix={arXiv},
      primaryClass={cs.SD},
      url={https://arxiv.org/abs/2508.01178}, 
}

@misc {matthew_mitton_2025,
    author       = { {Matthew Mitton} },
    title        = { bread-midi-dataset (Revision 95c2155) },
    year         = 2025,
    url          = {\url{https://huggingface.co/datasets/breadlicker45/bread-midi-dataset }},
    doi          = { 10.57967/hf/4748 },
    publisher    = { Hugging Face }
}