File size: 850 Bytes
485c0e6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: unknown
---
# Introduction 

This is a data subset extracted from the GTZAN music dataset, it contains 10 genres:


The genres are:

- blues
- classical
- country
- disco
- hiphop
- jazz
- metal
- pop
- reggae
- rock

This dataset is composed of 100 tracks, each of 30 seconds. The tracks are all 22050Hz Mono 16-bit audio files in .wav format.


The full mfa dataset could be found [here](https://huggingface.co/datasets/marsyas/gtzan)

# Credits
All credits go to the original creators for this dataset
```
@misc{tzanetakis_essl_cook_2001,
author    = "Tzanetakis, George and Essl, Georg and Cook, Perry",
title     = "Automatic Musical Genre Classification Of Audio Signals",
url       = "http://ismir2001.ismir.net/pdf/tzanetakis.pdf",
publisher = "The International Society for Music Information Retrieval",
year      = "2001"
}
```