mchl914 commited on
Commit
e869e94
1 Parent(s): 4af47a2

Fourth Commit.

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md CHANGED
@@ -1,3 +1,33 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+ # Introduction
5
+
6
+ This is a data subset extracted from the FMA music dataset, particularly the fma_small subset. There are 7 top level genres in this dataset, namely:
7
+ - Hip-hop
8
+ - Pop
9
+ - Folk
10
+ - Rock
11
+ - International
12
+ - Electronic
13
+ - Instrumental
14
+
15
+ There dataset is composed of 210 .mp3 tracks, each of 30 seconds.
16
+
17
+ Metadata of the audio mp3 audio tracks could be found in `metadata.csv`.
18
+
19
+ The full mfa dataset could be found [here](https://github.com/mdeff/fma)
20
+
21
+ # Credits
22
+ All credits go to the original creators for this dataset
23
+ ```
24
+ @inproceedings{fma_dataset,
25
+ title = {{FMA}: A Dataset for Music Analysis},
26
+ author = {Defferrard, Micha\"el and Benzi, Kirell and Vandergheynst, Pierre and Bresson, Xavier},
27
+ booktitle = {18th International Society for Music Information Retrieval Conference (ISMIR)},
28
+ year = {2017},
29
+ archiveprefix = {arXiv},
30
+ eprint = {1612.01840},
31
+ url = {https://arxiv.org/abs/1612.01840},
32
+ }
33
+ ```