mickylan2367 commited on
Commit
61bf16d
·
1 Parent(s): c7a735e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: image
12
+ dtype: image
13
+ - name: caption
14
+ dtype: string
15
+ - name: data_idx
16
+ dtype: int32
17
+ - name: number
18
+ dtype: int32
19
+ - name: label
20
+ dtype:
21
+ class_label:
22
+ names:
23
+ '0': blues
24
+ '1': classical
25
+ '2': country
26
+ '3': disco
27
+ '4': hiphop
28
+ '5': metal
29
+ '6': pop
30
+ '7': reggae
31
+ '8': rock
32
+ '9': jazz
33
+ splits:
34
+ - name: train
35
+ num_bytes: 1063512266.0
36
+ num_examples: 9258
37
+ - name: test
38
+ num_bytes: 983072759.0
39
+ num_examples: 8722
40
+ download_size: 2042103711
41
+ dataset_size: 2046585025.0
42
+ ---
43
+ # Dataset Card for "GraySpectrotram_example"
44
+
45
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)