JasiekKaczmarczyk commited on
Commit
50c73b7
1 Parent(s): 089af19

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: int8
11
+ length: 128
12
+ - name: duration_bin
13
+ sequence: int8
14
+ length: 128
15
+ - name: velocity_bin
16
+ sequence: int8
17
+ length: 128
18
+ splits:
19
+ - name: train
20
+ num_bytes: 168083130
21
+ num_examples: 238919
22
+ - name: validation
23
+ num_bytes: 20721368
24
+ num_examples: 29453
25
+ - name: test
26
+ num_bytes: 20062265
27
+ num_examples: 28531
28
+ download_size: 77193117
29
+ dataset_size: 208866763
30
+ ---
31
+ # Dataset Card for "giant-midi-quantized"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)