https://github.com/carlosholivan/musicaiz-datasets

Symbolic music tokenized datasets to train DL sequence models

https://github.com/carlosholivan/musicaiz-datasets

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: arxiv.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.5%) to scientific vocabulary

Keywords

dataset datasets deep-learning machine-learning midi music symbolic symbolic-music
Last synced: 5 months ago · JSON representation

Repository

Symbolic music tokenized datasets to train DL sequence models

Basic Info
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
dataset datasets deep-learning machine-learning midi music symbolic symbolic-music
Created over 3 years ago · Last pushed about 3 years ago

https://github.com/carlosholivan/musicaiz-datasets/blob/master/

# MUSICAIZ DATASETS

[![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)

This repository contains tokenized datasets generated with [musicaiz](https://github.com/carlosholivan/musicaiz) library to train DL sequence models.

The data is organized as follows:

````
musicaiz-datasets
  dataset_name
   tokenizer
     tokenization_type
       train
        token-sequences.txt
       validation
        token-sequences.txt
       test
        token-sequences.txt
       vocabulary.txt
  ...
````

The current tree contains:

	- dataset_name: jsbchorales, maestro
	- tokenizer: mmm
	- tokenization_type: `4_bars` and `all_bars`


The available tokenized datasets are:

- [JSB Chorales](jsb_chorales/)
- [MAESTRO](maestro/)
Other datasets that could be included in the future: - [LMD Clean](lmd_clean/)
- [Pop909](pop909/)
- [MetaMIDI](metamidi/)
The bps fh dataset for harmonic analysis is: - [JSB Chorales](bps_fh/)
This dataset is not tokenized since is used for harmonic analysis. We trad the notes.csv of each file and convert it to a midi file that can be loaded by packages that work with MIDI files. ## License This project is licensed under the terms of the [AGPL v3 license](LICENSE). ## Install To download the data just clone this repository: ```` git clone git@github.com:carlosholivan musicaiz-datasets.git cd musicaiz-datasets ```` To install musicaiz, clone the repository for the latest changes or simply type `pip install musicaiz`. [musicaiz repository](https://github.com/carlosholivan/musicaiz) [musicaiz docs](https://carlosholivan.github.io/musicaiz) ## Cite If you use any of these datasets in your work, please cite the dataset(s) you use and musicaiz software: ```` @misc{hernandezolivan22musicaiz, doi = {10.48550/ARXIV.2209.07974}, url = {https://arxiv.org/abs/2209.07974}, author = {Hernandez-Olivan, Carlos and Beltran, Jose R.}, title = {musicaiz: A Python Library for Symbolic Music Generation, Analysis and Visualization}, publisher = {arXiv}, year = {2022}, } ```` ## Disclaimer This is a repository that hosts processed open Source datasets to train DL models. Each of these datasets have its corresponding license. It the responsability of the users to determine whether they have permission to use the dataset under the dataset's license. If you're a dataset author or owner and you do not want your dataset to be included in this repository, please open a GitHub issue and we will remove the dataset from this repository.

Owner

  • Name: Carlos Hernández Oliván
  • Login: carlosholivan
  • Kind: user
  • Location: Zaragoza, Spain
  • Company: Universidad de Zaragoza

PhD student researching in Machine Learning and Music.

GitHub Events

Total
Last Year