File size: 1,048 Bytes
d8733c2
 
 
 
66f5bfc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: apache-2.0
tags:
- music
---

# NOTMusic

# 1 - Abstract

NOTMusic is a dataset that associates string tags with melodic sequences.

# 2 - Contents

## 2.1 - Format

The NOTMusic dataset is encoded in a file labeled "data.json".

Said file contains a object with a "tokens" field and an "items" field.

The tokens fields contains an object where every key represents a string tag, and every value
specifies the index of its key.

The items field contains a list of objects representing input-output pairs of tag-lists and melodic
sequences.

Each of said objects contains an "input" field and an "output" field.

The input field contains an array of numbers representing the indices of the string tags for the
melody as specified in the tokens object.

The output field contains an array of numbers representing a melodic sequence where each number
specifies a note for a piano, ranging from 1 to 88.

# 2.2 - Source

The NOTMusic dataset was generated from MIDI files found on
[https://www.midiworld.com/](https://www.midiworld.com/).