Commit ·
7654c4b
1
Parent(s): 10d44cd
add config to readme
Browse files
README.md
CHANGED
|
@@ -2,7 +2,16 @@
|
|
| 2 |
license: cc-by-4.0
|
| 3 |
tags:
|
| 4 |
- music
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
This is a copy of the [Magenta Groove dataset](https://magenta.tensorflow.org/datasets/groove)
|
| 8 |
-
The script ´simplify_midi_pretty.py` reads the midi data and simplifies it, by removing any midi values that aren't kicks or snares, and quantizing the notes.
|
|
|
|
| 2 |
license: cc-by-4.0
|
| 3 |
tags:
|
| 4 |
- music
|
| 5 |
+
configs:
|
| 6 |
+
- config_name: default
|
| 7 |
+
data_files:
|
| 8 |
+
- split: train
|
| 9 |
+
path: "test_data/train.csv"
|
| 10 |
+
- split: test
|
| 11 |
+
path: "test_data/test.csv"
|
| 12 |
+
- split: validation
|
| 13 |
+
path: "test_data/validation.csv"
|
| 14 |
---
|
| 15 |
|
| 16 |
This is a copy of the [Magenta Groove dataset](https://magenta.tensorflow.org/datasets/groove)
|
| 17 |
+
The script ´simplify_midi_pretty.py` reads the midi data and simplifies it, by removing any midi values that aren't kicks or snares, and quantizing the notes.
|