JasiekKaczmarczyk commited on
Commit
2d56b83
1 Parent(s): c1a96e5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: midi_filename
5
+ dtype: string
6
+ - name: pitch
7
+ sequence: int16
8
+ length: 128
9
+ - name: dstart_bin
10
+ sequence: int16
11
+ length: 128
12
+ - name: duration_bin
13
+ sequence: int16
14
+ length: 128
15
+ - name: velocity_bin
16
+ sequence: int16
17
+ length: 128
18
+ splits:
19
+ - name: train
20
+ num_bytes: 48324585
21
+ num_examples: 43727
22
+ - name: validation
23
+ num_bytes: 5451233
24
+ num_examples: 4929
25
+ - name: test
26
+ num_bytes: 6294739
27
+ num_examples: 5695
28
+ download_size: 14057918
29
+ dataset_size: 60070557
30
+ ---
31
+ # Dataset Card for "maestro-quantized"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)