juancopi81 commited on
Commit
12921c3
·
1 Parent(s): 01f51dc

Update README.md

Browse files

Add links to the related work, improve description and supported tasks

Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -26,17 +26,17 @@ task_ids:
26
 
27
  ## Dataset Description
28
 
29
- - **Homepage:** Scraped from [Mutopia Project](https://www.mutopiaproject.org/) guitar section.
30
- - **Repository:** I primarily use the implementation created by [Dr. Tristan Behrens](https://www.linkedin.com/in/dr-tristan-behrens-734967a2/) [MMM: Exploring Conditional Multi-Track Music Generation with the Transformer and the Johann Sebastian Bach Chorales Dataset](https://github.com/AI-Guru/MMM-JSB) with a few modifications.
31
- - **Paper:** I encoded the guitar pieces using the [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 is a dataset consisting of the soloist guitar pieces of the Mutopia Project. I encoded the MIDI files into text tokens using the excelent implementation of Dr. Tristan Beheren of the paper: MMM: Exploring Conditional Multi-Track Music Generation with the Transformer (with a few adaptations).
37
 
38
- The dataset mainly contains guitar music of the western classical composer, such as Sor, Aguado, Carcassi, Giuliani, among other.
39
 
40
  ### Supported Tasks and Leaderboards
41
 
42
- Symbolic music generation using Transformers.
 
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.