mdeff / fma

FMA: A Dataset For Music Analysis
https://arxiv.org/abs/1612.01840
MIT License
2.2k stars 432 forks source link

What are the eight genres in the FMA_Small Dataset? #22

Closed DennisShaw closed 4 years ago

DennisShaw commented 6 years ago

What are the eight genres in the FMA_Small Dataset?Thanks.

mdeff commented 6 years ago

The eight genres are:

  1. Rock
  2. Electronic
  3. Experimental
  4. Hip-Hop
  5. Folk
  6. Instrumental
  7. Pop
  8. International
microwavePC commented 4 years ago

In the fma_small.zip, there are 156 folders, contains mp3 files. I'd like to know which file is which genre, Is there the file-genre mapping table or list?

Thanks.

mdeff commented 4 years ago

The 156 folders have no meaning. They are there to avoid having all the files in a single directory, which causes issues with some filesystems.

You'll find the genre for each file in the tracks.csv file (zipped in fma_metadata.zip). Please look at the usage notebook.