File size: 948 Bytes
61bf16d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: image
    dtype: image
  - name: caption
    dtype: string
  - name: data_idx
    dtype: int32
  - name: number
    dtype: int32
  - name: label
    dtype:
      class_label:
        names:
          '0': blues
          '1': classical
          '2': country
          '3': disco
          '4': hiphop
          '5': metal
          '6': pop
          '7': reggae
          '8': rock
          '9': jazz
  splits:
  - name: train
    num_bytes: 1063512266.0
    num_examples: 9258
  - name: test
    num_bytes: 983072759.0
    num_examples: 8722
  download_size: 2042103711
  dataset_size: 2046585025.0
---
# Dataset Card for "GraySpectrotram_example"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)