Update README.md
Browse files
README.md
CHANGED
|
@@ -12,6 +12,11 @@ tags:
|
|
| 12 |
</p>
|
| 13 |
|
| 14 |
# Text-to-Attribute Understanding
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
This is the text-to-attribute model to extract musical attributes from text, introduced in the paper [*MuseCoco: Generating Symbolic Music from Text*](https://arxiv.org/abs/2306.00110) and [first released in this repository](https://github.com/microsoft/muzic/tree/main/musecoco).
|
| 16 |
It is based on BERT-large and has multiple classification heads for diverse musical attributes:
|
| 17 |
```json
|
|
|
|
| 12 |
</p>
|
| 13 |
|
| 14 |
# Text-to-Attribute Understanding
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+

|
| 18 |
+
|
| 19 |
+
|
| 20 |
This is the text-to-attribute model to extract musical attributes from text, introduced in the paper [*MuseCoco: Generating Symbolic Music from Text*](https://arxiv.org/abs/2306.00110) and [first released in this repository](https://github.com/microsoft/muzic/tree/main/musecoco).
|
| 21 |
It is based on BERT-large and has multiple classification heads for diverse musical attributes:
|
| 22 |
```json
|