File size: 703 Bytes
4bd8571
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: file
    dtype: string
  - name: audio
    dtype:
      audio:
        sampling_rate: 32000
  - name: genre
    dtype:
      class_label:
        names:
          '0': blues
          '1': classical
          '2': country
          '3': disco
          '4': hiphop
          '5': jazz
          '6': metal
          '7': pop
          '8': reggae
          '9': rock
  splits:
  - name: train
    num_bytes: 1322941192.0
    num_examples: 999
  download_size: 1305519226
  dataset_size: 1322941192.0
---
# Dataset Card for "gtzan"

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