NOTGregory
commited on
Commit
•
66f5bfc
1
Parent(s):
d8733c2
Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,37 @@
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- music
|
5 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- music
|
5 |
+
---
|
6 |
+
|
7 |
+
# NOTMusic
|
8 |
+
|
9 |
+
# 1 - Abstract
|
10 |
+
|
11 |
+
NOTMusic is a dataset that associates string tags with melodic sequences.
|
12 |
+
|
13 |
+
# 2 - Contents
|
14 |
+
|
15 |
+
## 2.1 - Format
|
16 |
+
|
17 |
+
The NOTMusic dataset is encoded in a file labeled "data.json".
|
18 |
+
|
19 |
+
Said file contains a object with a "tokens" field and an "items" field.
|
20 |
+
|
21 |
+
The tokens fields contains an object where every key represents a string tag, and every value
|
22 |
+
specifies the index of its key.
|
23 |
+
|
24 |
+
The items field contains a list of objects representing input-output pairs of tag-lists and melodic
|
25 |
+
sequences.
|
26 |
+
|
27 |
+
Each of said objects contains an "input" field and an "output" field.
|
28 |
+
|
29 |
+
The input field contains an array of numbers representing the indices of the string tags for the
|
30 |
+
melody as specified in the tokens object.
|
31 |
+
|
32 |
+
The output field contains an array of numbers representing a melodic sequence where each number
|
33 |
+
specifies a note for a piano, ranging from 1 to 88.
|
34 |
+
|
35 |
+
# 2.2 - Source
|
36 |
+
|
37 |
+
The NOTMusic dataset was generated from MIDI files found on
|
38 |
+
[https://www.midiworld.com/](https://www.midiworld.com/).
|