benjamin-paine commited on
Commit
ad823a2
1 Parent(s): a2e633d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +100 -0
README.md CHANGED
@@ -571,4 +571,104 @@ configs:
571
  data_files:
572
  - split: train
573
  path: data/train-*
 
 
 
 
 
 
 
 
574
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
571
  data_files:
572
  - split: train
573
  path: data/train-*
574
+ license: cc
575
+ task_categories:
576
+ - audio-to-audio
577
+ - audio-classification
578
+ tags:
579
+ - fma
580
+ - free-music-archive
581
+ pretty_name: Free Music Archive - Large
582
  ---
583
+
584
+ # FMA: A Dataset for Music Analysis
585
+
586
+ [Michaël Defferrard](https://deff.ch/), [Kirell Benzi](https://kirellbenzi.com/), [Pierre Vandergheynst](https://people.epfl.ch/pierre.vandergheynst), [Xavier Bresson](https://www.ntu.edu.sg/home/xbresson).
587
+
588
+ **International Society for Music Information Retrieval Conference (ISMIR), 2017.**
589
+
590
+ > We introduce the Free Music Archive (FMA), an open and easily accessible dataset suitable for evaluating several tasks in MIR, a field concerned with browsing, searching, and organizing large music collections. The community's growing interest in feature and end-to-end learning is however restrained by the limited availability of large audio datasets. The FMA aims to overcome this hurdle by providing 917 GiB and 343 days of Creative Commons-licensed audio from 106,574 tracks from 16,341 artists and 14,854 albums, arranged in a hierarchical taxonomy of 161 genres. It provides full-length and high-quality audio, pre-computed features, together with track- and user-level metadata, tags, and free-form text such as biographies. We here describe the dataset and how it was created, propose a train/validation/test split and three subsets, discuss some suitable MIR tasks, and evaluate some baselines for genre recognition. Code, data, and usage examples are available at https://github.com/mdeff/fma.
591
+
592
+ Paper: [arXiv:1612.01840](https://arxiv.org/abs/1612.01840) - [latex and reviews](https://github.com/mdeff/paper-fma-ismir2017)
593
+
594
+ Slides: [doi:10.5281/zenodo.1066119](https://doi.org/10.5281/zenodo.1066119)
595
+
596
+ Poster: [doi:10.5281/zenodo.1035847](https://doi.org/10.5281/zenodo.1035847)
597
+
598
+ ## Repack Notes
599
+
600
+ A number (<1%) of files present in the original dataset do not have clear licenses. These were excluded from this dataset.
601
+
602
+ # License
603
+
604
+ - The [FMA codebase](https://github.com/mdeff/fma) is released under [The MIT License](https://github.com/mdeff/fma/blob/master/LICENSE.txt).
605
+ - The FMA metadata is released under [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0).
606
+ - The individual files are released under various Creative Commons family licenses, with a small amount of additional licenses. **Each file has its license attached and important details of the license enumerated.** To make it easy to use for developers and trainers, a configuration is available to limit only to commercially-usable data.
607
+
608
+ Please refer to any of the following URLs for additional details.
609
+
610
+ | Class Label | License Name | URL |
611
+ | ----------- | ------------ | --- |
612
+ | 0 | CC-BY 1.0 | https://creativecommons.org/licenses/by/1.0/ |
613
+ | 1 | CC-BY 2.0 | https://creativecommons.org/licenses/by/2.0/ |
614
+ | 2 | CC-BY 2.5 | https://creativecommons.org/licenses/by/2.5/ |
615
+ | 3 | CC-BY 3.0 | https://creativecommons.org/licenses/by/3.0/ |
616
+ | 4 | CC-BY 4.0 | https://creativecommons.org/licenses/by/4.0/ |
617
+ | 5 | CC-BY-NC 2.0 | https://creativecommons.org/licenses/by-nc/2.0/ |
618
+ | 6 | CC-BY-NC 2.1 | https://creativecommons.org/licenses/by-nc/2.1/ |
619
+ | 7 | CC-BY-NC 2.5 | https://creativecommons.org/licenses/by-nc/2.5/ |
620
+ | 8 | CC-BY-NC 3.0 | https://creativecommons.org/licenses/by-nc/3.0/ |
621
+ | 9 | CC-BY-NC 4.0 | https://creativecommons.org/licenses/by-nc/4.0/ |
622
+ | 10 | CC-BY-NC-ND 2.0 | https://creativecommons.org/licenses/by-nc-nd/2.0/ |
623
+ | 11 | CC-BY-NC-ND 2.1 | https://creativecommons.org/licenses/by-nc-nd/2.1/ |
624
+ | 12 | CC-BY-NC-ND 2.5 | https://creativecommons.org/licenses/by-nc-nd/2.5/ |
625
+ | 13 | CC-BY-NC-ND 3.0 | https://creativecommons.org/licenses/by-nc-nd/3.0/ |
626
+ | 14 | CC-BY-NC-ND 4.0 | https://creativecommons.org/licenses/by-nc-nd/4.0/ |
627
+ | 15 | CC-BY-NC-SA 2.0 | https://creativecommons.org/licenses/by-nc-sa/2.0/ |
628
+ | 16 | CC-BY-NC-SA 2.1 | https://creativecommons.org/licenses/by-nc-sa/2.1/ |
629
+ | 17 | CC-BY-NC-SA 2.5 | https://creativecommons.org/licenses/by-nc-sa/2.5/ |
630
+ | 18 | CC-BY-NC-SA 3.0 | https://creativecommons.org/licenses/by-nc-sa/3.0/ |
631
+ | 19 | CC-BY-NC-SA 4.0 | https://creativecommons.org/licenses/by-nc-sa/4.0/ |
632
+ | 20 | CC-BY-ND 2.0 | https://creativecommons.org/licenses/by-nd/2.0/ |
633
+ | 21 | CC-BY-ND 2.5 | https://creativecommons.org/licenses/by-nd/2.5/ |
634
+ | 22 | CC-BY-ND 3.0 | https://creativecommons.org/licenses/by-nd/3.0/ |
635
+ | 23 | CC-BY-ND 4.0 | https://creativecommons.org/licenses/by-nd/4.0/ |
636
+ | 24 | CC-BY-SA 2.0 | https://creativecommons.org/licenses/by-sa/2.0/ |
637
+ | 25 | CC-BY-SA 2.5 | https://creativecommons.org/licenses/by-sa/2.5/ |
638
+ | 26 | CC-BY-SA 3.0 | https://creativecommons.org/licenses/by-sa/3.0/ |
639
+ | 27 | CC-BY-SA 4.0 | https://creativecommons.org/licenses/by-sa/4.0/ |
640
+ | 28 | CC-NC-Sampling+ 1.0 | https://creativecommons.org/licenses/nc-sampling+/1.0/ |
641
+ | 29 | CC-Sampling+ 1.0 | https://creativecommons.org/licenses/sampling+/1.0/ |
642
+ | 30 | FMA Sound Recording Common Law | https://freemusicarchive.org/Sound_Recording_Common_Law |
643
+ | 31 | Free Art License | https://artlibre.org/licence/lal/en |
644
+ | 32 | Free Music Philosophy (FMP) | https://irdial.com/free_and_easy.htm |
645
+
646
+ # Citations
647
+
648
+ ```
649
+ @inproceedings{fma_dataset,
650
+ title = {{FMA}: A Dataset for Music Analysis},
651
+ author = {Defferrard, Micha\"el and Benzi, Kirell and Vandergheynst, Pierre and Bresson, Xavier},
652
+ booktitle = {18th International Society for Music Information Retrieval Conference (ISMIR)},
653
+ year = {2017},
654
+ archiveprefix = {arXiv},
655
+ eprint = {1612.01840},
656
+ url = {https://arxiv.org/abs/1612.01840},
657
+ }
658
+ ```
659
+
660
+ ```
661
+ @inproceedings{fma_challenge,
662
+ title = {Learning to Recognize Musical Genre from Audio},
663
+ subtitle = {Challenge Overview},
664
+ author = {Defferrard, Micha\"el and Mohanty, Sharada P. and Carroll, Sean F. and Salath\'e, Marcel},
665
+ booktitle = {The 2018 Web Conference Companion},
666
+ year = {2018},
667
+ publisher = {ACM Press},
668
+ isbn = {9781450356404},
669
+ doi = {10.1145/3184558.3192310},
670
+ archiveprefix = {arXiv},
671
+ eprint = {1803.05337},
672
+ url = {https://arxiv.org/abs/1803.05337},
673
+ }
674
+ ```