sander-wood
commited on
Commit
•
5a73061
1
Parent(s):
2830350
Update README.md
Browse files
README.md
CHANGED
@@ -19,6 +19,8 @@ This language-music model takes [BART-base](https://huggingface.co/facebook/bart
|
|
19 |
|
20 |
It is capable of generating complete and semantically consistent sheet music directly from descriptions in natural language based on text. To the best of our knowledge, this is the first model that achieves text-conditional symbolic music generation which is trained on real text-music pairs, and the music is generated entirely by the model and without any hand-crafted rules.
|
21 |
|
|
|
|
|
22 |
Due to copyright reasons, we are unable to publicly release the training dataset of this model. Instead, we have made available the [WikiMusicText](https://huggingface.co/datasets/sander-wood/wikimusictext) (WikiMT) dataset, which includes 1010 pairs of text-music data and can be used to evaluate the performance of language-music models.
|
23 |
|
24 |
## Intended uses & limitations
|
|
|
19 |
|
20 |
It is capable of generating complete and semantically consistent sheet music directly from descriptions in natural language based on text. To the best of our knowledge, this is the first model that achieves text-conditional symbolic music generation which is trained on real text-music pairs, and the music is generated entirely by the model and without any hand-crafted rules.
|
21 |
|
22 |
+
This language-music model is available for online use and experience on [Textune: Generating Tune from Text](https://huggingface.co/spaces/sander-wood/textune_text2music). With this online platform, you can easily input your desired text descriptions and receive a generated sheet music output from the model.
|
23 |
+
|
24 |
Due to copyright reasons, we are unable to publicly release the training dataset of this model. Instead, we have made available the [WikiMusicText](https://huggingface.co/datasets/sander-wood/wikimusictext) (WikiMT) dataset, which includes 1010 pairs of text-music data and can be used to evaluate the performance of language-music models.
|
25 |
|
26 |
## Intended uses & limitations
|