jpbello commited on
Commit
1c04958
1 Parent(s): 345699d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: label
12
+ dtype:
13
+ class_label:
14
+ names:
15
+ '0': blues
16
+ '1': classical
17
+ '2': country
18
+ '3': disco
19
+ '4': hiphop
20
+ '5': jazz
21
+ '6': metal
22
+ '7': pop
23
+ '8': reggae
24
+ '9': rock
25
+ - name: input_values
26
+ sequence: float32
27
+ - name: attention_mask
28
+ sequence: int32
29
+ splits:
30
+ - name: train
31
+ num_bytes: 3452159816
32
+ num_examples: 899
33
+ - name: test
34
+ num_bytes: 384000696
35
+ num_examples: 100
36
+ download_size: 1923103923
37
+ dataset_size: 3836160512
38
+ ---
39
+ # Dataset Card for "gtzan_all_preprocessed"
40
+
41
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)