Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
text
Sub-tasks:
language-modeling
Size:
1K - 10K
ArXiv:
License:
Commit
·
12921c3
1
Parent(s):
01f51dc
Update README.md
Browse filesAdd links to the related work, improve description and supported tasks
README.md
CHANGED
@@ -26,17 +26,17 @@ task_ids:
|
|
26 |
|
27 |
## Dataset Description
|
28 |
|
29 |
-
- **Homepage:**
|
30 |
-
- **Repository
|
31 |
-
- **Paper:**
|
32 |
- **Point of Contact:** [Juan Carlos Piñeros](https://www.linkedin.com/in/juancarlospinerosp/)
|
33 |
|
34 |
### Dataset Summary
|
35 |
|
36 |
-
Mutopia guitar dataset
|
37 |
|
38 |
-
The dataset mainly contains guitar music
|
39 |
|
40 |
### Supported Tasks and Leaderboards
|
41 |
|
42 |
-
|
|
|
26 |
|
27 |
## Dataset Description
|
28 |
|
29 |
+
- **Homepage:** [Mutopia Project](https://www.mutopiaproject.org/)
|
30 |
+
- **Repository implementation of the paper:** [MMM: Exploring Conditional Multi-Track Music Generation with the Transformer and the Johann Sebastian Bach Chorales Dataset](https://github.com/AI-Guru/MMM-JSB)
|
31 |
+
- **Based on Paper:** [MMM: Exploring Conditional Multi-Track Music Generation with the Transformer](https://arxiv.org/abs/2008.06048)
|
32 |
- **Point of Contact:** [Juan Carlos Piñeros](https://www.linkedin.com/in/juancarlospinerosp/)
|
33 |
|
34 |
### Dataset Summary
|
35 |
|
36 |
+
Mutopia guitar dataset consists of the soloist guitar pieces of the [Mutopia Project](https://www.mutopiaproject.org/). I encoded the MIDI files into text tokens using the excellent [implementation](https://github.com/AI-Guru/MMM-JSB) of Dr. Tristan Beheren of the paper: [MMM: Exploring Conditional Multi-Track Music Generation with the Transformer](https://arxiv.org/abs/2008.06048).
|
37 |
|
38 |
+
The dataset mainly contains guitar music from western classical composers, such as Sor, Aguado, Carcassi, and Giuliani.
|
39 |
|
40 |
### Supported Tasks and Leaderboards
|
41 |
|
42 |
+
Anyone interested can use the dataset to train a model for symbolic music generation, which consists in treating symbols for music sounds (notes) as text tokens. Then, one can implement a generative model using NLP techniques, such as Transformers.
|