JasiekKaczmarczyk
commited on
Commit
•
69d04b8
1
Parent(s):
be3455b
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: midi_filename
|
5 |
+
dtype: string
|
6 |
+
- name: source
|
7 |
+
dtype: string
|
8 |
+
- name: pitch
|
9 |
+
sequence: int16
|
10 |
+
length: 128
|
11 |
+
- name: dstart
|
12 |
+
sequence: float32
|
13 |
+
length: 128
|
14 |
+
- name: duration
|
15 |
+
sequence: float32
|
16 |
+
length: 128
|
17 |
+
- name: velocity
|
18 |
+
sequence: int16
|
19 |
+
length: 128
|
20 |
+
- name: masking_spaces
|
21 |
+
struct:
|
22 |
+
- name: <Random Mask>
|
23 |
+
sequence: bool
|
24 |
+
length: 128
|
25 |
+
- name: <LH Mask>
|
26 |
+
sequence: bool
|
27 |
+
length: 128
|
28 |
+
- name: <RH Mask>
|
29 |
+
sequence: bool
|
30 |
+
length: 128
|
31 |
+
- name: <Harmonic Root Mask>
|
32 |
+
sequence: bool
|
33 |
+
length: 128
|
34 |
+
- name: <Harmonic Outliers Mask>
|
35 |
+
sequence: bool
|
36 |
+
length: 128
|
37 |
+
splits:
|
38 |
+
- name: train
|
39 |
+
num_bytes: 454100374
|
40 |
+
num_examples: 239809
|
41 |
+
- name: validation
|
42 |
+
num_bytes: 51976995
|
43 |
+
num_examples: 27476
|
44 |
+
- name: test
|
45 |
+
num_bytes: 56294880
|
46 |
+
num_examples: 29715
|
47 |
+
download_size: 209473450
|
48 |
+
dataset_size: 562372249
|
49 |
+
---
|
50 |
+
# Dataset Card for "giant-midi-sustain-masked"
|
51 |
+
|
52 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|