Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,37 @@
|
|
1 |
-
---
|
2 |
-
license: unknown
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: unknown
|
3 |
+
---
|
4 |
+
# Introduction
|
5 |
+
|
6 |
+
This is a data subset extracted from the GTZAN music dataset, it contains 10 genres:
|
7 |
+
|
8 |
+
|
9 |
+
The genres are:
|
10 |
+
|
11 |
+
- blues
|
12 |
+
- classical
|
13 |
+
- country
|
14 |
+
- disco
|
15 |
+
- hiphop
|
16 |
+
- jazz
|
17 |
+
- metal
|
18 |
+
- pop
|
19 |
+
- reggae
|
20 |
+
- rock
|
21 |
+
|
22 |
+
This dataset is composed of 100 tracks, each of 30 seconds. The tracks are all 22050Hz Mono 16-bit audio files in .wav format.
|
23 |
+
|
24 |
+
|
25 |
+
The full mfa dataset could be found [here](https://huggingface.co/datasets/marsyas/gtzan)
|
26 |
+
|
27 |
+
# Credits
|
28 |
+
All credits go to the original creators for this dataset
|
29 |
+
```
|
30 |
+
@misc{tzanetakis_essl_cook_2001,
|
31 |
+
author = "Tzanetakis, George and Essl, Georg and Cook, Perry",
|
32 |
+
title = "Automatic Musical Genre Classification Of Audio Signals",
|
33 |
+
url = "http://ismir2001.ismir.net/pdf/tzanetakis.pdf",
|
34 |
+
publisher = "The International Society for Music Information Retrieval",
|
35 |
+
year = "2001"
|
36 |
+
}
|
37 |
+
```
|