JasiekKaczmarczyk commited on
Commit
c5d6251
·
1 Parent(s): bf12a68

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: <Random Mask>
21
+ sequence: bool
22
+ length: 128
23
+ - name: <LH Mask>
24
+ sequence: bool
25
+ length: 128
26
+ - name: <RH Mask>
27
+ sequence: bool
28
+ length: 128
29
+ - name: <Harmonic Root Mask>
30
+ sequence: bool
31
+ length: 128
32
+ - name: <Harmonic Outliers Mask>
33
+ sequence: bool
34
+ length: 128
35
+ splits:
36
+ - name: train
37
+ num_bytes: 86282539
38
+ num_examples: 43738
39
+ - name: validation
40
+ num_bytes: 9735862
41
+ num_examples: 4931
42
+ - name: test
43
+ num_bytes: 11249478
44
+ num_examples: 5695
45
+ download_size: 40153938
46
+ dataset_size: 107267879
47
+ ---
48
+ # Dataset Card for "maestro-v1-sustain-masked"
49
+
50
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)