Skip to content

V25.12.49

Latest

Choose a tag to compare

@asigalov61 asigalov61 released this 30 Dec 23:26
95506f4

Discover MIDI Dataset

Ultimate MIDI dataset for MIDI music discovery and symbolic music AI purposes


Release v25.12.49

  • Updated NumPy version to 1.26.4 in search_and_filter.py module header
  • Added kwargs to download_dataset function

Full Changelog: v25.12.48...v25.12.49


Download Discover MIDI dataset from official Hugging Face repo


With Hugging Face Hub

pip install -U huggingface_hub
from huggingface_hub import snapshot_download

snapshot_download(repo_id="projectlosangeles/Discover-MIDI-Dataset",
                  repo_type='dataset',
                  revision='0eaecb5b1c1be02751f4dca97bb9b25e8408e498',
                  local_dir='./Discover-MIDI-Dataset/'
                  )

With Git

!git clone --depth 1 https://huggingface.co/datasets/projectlosangeles/Discover-MIDI-Dataset

Install and download with PyPI package

pip install -U discovermidi
import discovermidi

discovermidi.download_dataset()

Cite with DOI

@misc{project_los_angeles_2025,
	author       = { Project Los Angeles },
	title        = { Discover-MIDI-Dataset (Revision 0eaecb5) },
	year         = 2025,
	url          = { https://huggingface.co/datasets/projectlosangeles/Discover-MIDI-Dataset },
	doi          = { 10.57967/hf/7361 },
	publisher    = { Hugging Face }
}

Project Los Angeles

Tegridy Code 2025