Datasets:
Upload dataset
Browse files
README.md
CHANGED
|
@@ -1,16 +1,57 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
task_categories:
|
| 4 |
-
|
| 5 |
tags:
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
pretty_name:
|
| 12 |
size_categories:
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# Expanded Groove MIDI Dataset (E-GMD)
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
task_categories:
|
| 4 |
+
- audio-classification
|
| 5 |
tags:
|
| 6 |
+
- drum-transcription
|
| 7 |
+
- midi
|
| 8 |
+
- velocity
|
| 9 |
+
- electronic-drums
|
| 10 |
+
- groove
|
| 11 |
+
pretty_name: Expanded Groove MIDI Dataset (E-GMD)
|
| 12 |
size_categories:
|
| 13 |
+
- 10K<n<100K
|
| 14 |
+
dataset_info:
|
| 15 |
+
features:
|
| 16 |
+
- name: audio
|
| 17 |
+
dtype: audio
|
| 18 |
+
- name: filename
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: drummer
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: session
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: bpm
|
| 25 |
+
dtype: float64
|
| 26 |
+
- name: beat_type
|
| 27 |
+
dtype: string
|
| 28 |
+
- name: time_signature
|
| 29 |
+
dtype: string
|
| 30 |
+
- name: duration
|
| 31 |
+
dtype: float64
|
| 32 |
+
- name: midi
|
| 33 |
+
dtype: binary
|
| 34 |
+
splits:
|
| 35 |
+
- name: train
|
| 36 |
+
num_bytes: 77861501194
|
| 37 |
+
num_examples: 35217
|
| 38 |
+
- name: validation
|
| 39 |
+
num_bytes: 5870763089
|
| 40 |
+
num_examples: 5031
|
| 41 |
+
- name: test
|
| 42 |
+
num_bytes: 17548778222
|
| 43 |
+
num_examples: 5289
|
| 44 |
+
download_size: 131987559338
|
| 45 |
+
dataset_size: 101281042505
|
| 46 |
+
configs:
|
| 47 |
+
- config_name: default
|
| 48 |
+
data_files:
|
| 49 |
+
- split: train
|
| 50 |
+
path: data/train-*
|
| 51 |
+
- split: validation
|
| 52 |
+
path: data/validation-*
|
| 53 |
+
- split: test
|
| 54 |
+
path: data/test-*
|
| 55 |
---
|
| 56 |
|
| 57 |
# Expanded Groove MIDI Dataset (E-GMD)
|