Add pipeline tag and update paper link
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,14 +1,15 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
license: apache-2.0
|
|
|
|
| 5 |
tags:
|
| 6 |
- music
|
| 7 |
- text-to-music
|
| 8 |
- sheet-music
|
| 9 |
- pytorch
|
| 10 |
-
datasets:
|
| 11 |
-
- emotionwave-company/text2score
|
| 12 |
---
|
| 13 |
|
| 14 |
# Text2Score: Generating Sheet Music From Textual Prompts
|
|
@@ -16,9 +17,9 @@ datasets:
|
|
| 16 |
[](https://github.com/keshavbhandari/text2score)
|
| 17 |
[](https://keshavbhandari.github.io/portfolio/text2score)
|
| 18 |
[](https://huggingface.co/datasets/emotionwave-company/text2score)
|
| 19 |
-
[](https://github.com/keshavbhandari/text2score)
|
| 18 |
[](https://keshavbhandari.github.io/portfolio/text2score)
|
| 19 |
[](https://huggingface.co/datasets/emotionwave-company/text2score)
|
| 20 |
+
[](https://huggingface.co/papers/2605.13431)
|
| 21 |
|
| 22 |
+
This repository hosts the pre-trained model weights for **Text2Score**, a model designed to generate sheet music directly from text prompts. The model is described in the paper [Text2Score: Generating Sheet Music From Textual Prompts](https://huggingface.co/papers/2605.13431).
|
| 23 |
|
| 24 |
**Note on Usage:** To use this model, you do not need to download these weights manually. The inference scripts in our primary GitHub repository are configured to automatically download this checkpoint the first time you run them.
|
| 25 |
|