Datasets:
Size:
10K<n<100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,58 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
annotations_creators:
|
3 |
+
- no-annotation
|
4 |
+
language_creators:
|
5 |
+
- found
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
license:
|
9 |
+
- apache-2.0
|
10 |
+
size_categories:
|
11 |
+
- 100K<n<1M
|
12 |
+
source_datasets:
|
13 |
+
- original
|
14 |
+
pretty_name: MTG Jamendo
|
15 |
---
|
16 |
+
# Dataset Card for MTG Jamendo Dataset
|
17 |
+
|
18 |
+
## Dataset Description
|
19 |
+
- **Repository:** [MTG Jamendo dataset repository](https://github.com/MTG/mtg-jamendo-dataset)
|
20 |
+
|
21 |
+
### Dataset Summary
|
22 |
+
|
23 |
+
MTG-Jamendo Dataset, a new open dataset for music auto-tagging. It is built using music available at Jamendo under Creative Commons licenses and tags provided by content uploaders. The dataset contains over 55,000 full audio tracks with 195 tags from genre, instrument, and mood/theme categories. We provide elaborated data splits for researchers and report the performance of a simple baseline approach on five different sets of tags: genre, instrument, mood/theme, top-50, and overall.
|
24 |
+
|
25 |
+
## Dataset structure
|
26 |
+
|
27 |
+
### Data Fields
|
28 |
+
|
29 |
+
- `id`: an integer containing the id of the track
|
30 |
+
- `artist_id`: an integer containing the id of the artist
|
31 |
+
- `album_id`: an integer containing the id of the album
|
32 |
+
- `duration_in_sec`: duration of the track as a float
|
33 |
+
- `genres`: list of strings, describing genres the track is assigned to
|
34 |
+
- `instruments`: list of strings for the main instruments of the track
|
35 |
+
- `moods`: list of strings, describing the moods the track is assigned to
|
36 |
+
- `audio`: audio of the track
|
37 |
+
|
38 |
+
### Data Splits
|
39 |
+
|
40 |
+
This dataset has 2 balanced splits: _train_ (90%) and _validation_ (10%)
|
41 |
+
|
42 |
+
|
43 |
+
### Licensing Information
|
44 |
+
|
45 |
+
This dataset version 1.0.0 is released under the [Apache-2.0 License](http://www.apache.org/licenses/LICENSE-2.0).
|
46 |
+
|
47 |
+
### Citation Information
|
48 |
+
|
49 |
+
```
|
50 |
+
@conference {bogdanov2019mtg,
|
51 |
+
author = "Bogdanov, Dmitry and Won, Minz and Tovstogan, Philip and Porter, Alastair and Serra, Xavier",
|
52 |
+
title = "The MTG-Jamendo Dataset for Automatic Music Tagging",
|
53 |
+
booktitle = "Machine Learning for Music Discovery Workshop, International Conference on Machine Learning (ICML 2019)",
|
54 |
+
year = "2019",
|
55 |
+
address = "Long Beach, CA, United States",
|
56 |
+
url = "http://hdl.handle.net/10230/42015"
|
57 |
+
}
|
58 |
+
```
|