roszcz commited on
Commit
f4dcd78
1 Parent(s): da25b14

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: notes
5
+ struct:
6
+ - name: duration
7
+ sequence: float64
8
+ - name: end
9
+ sequence: float64
10
+ - name: pitch
11
+ sequence: int64
12
+ - name: start
13
+ sequence: float64
14
+ - name: velocity
15
+ sequence: int64
16
+ - name: source
17
+ dtype: string
18
+ splits:
19
+ - name: test
20
+ num_bytes: 29702019
21
+ num_examples: 177
22
+ download_size: 9569154
23
+ dataset_size: 29702019
24
+ ---
25
+ # Dataset Card for "maestro-sustain-v2"
26
+
27
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)