Initialize README.md and add metadata
Browse files
README.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-4.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
tags:
|
| 4 |
+
- music
|
| 5 |
+
- art
|
| 6 |
+
size_categories:
|
| 7 |
+
- 100K<n<1M
|
| 8 |
+
configs:
|
| 9 |
+
- config_name: default
|
| 10 |
+
data_files:
|
| 11 |
+
- split: score_features
|
| 12 |
+
path: "score_features.csv"
|
| 13 |
+
- split: track_features
|
| 14 |
+
path: "track_features.csv"
|
| 15 |
+
---
|
| 16 |
+
# midiset
|
| 17 |
+
A clean and large scale MIDI dataset curated by professional composer and algorithm.
|
| 18 |
+
# Feature
|
| 19 |
+
* Large-scale: 384696 unique MIDIs
|
| 20 |
+
* Clean: No invalid MIDI, and filtered by pitch class entropy
|
| 21 |
+
# Acknowledgments
|
| 22 |
+
* Los Angeles MIDI Dataset: https://github.com/asigalov61/Los-Angeles-MIDI-Dataset
|
| 23 |
+
* Bread MIDI Dataset: https://huggingface.co/datasets/breadlicker45/bread-midi-dataset
|