Xin Xu
Update README.md
7ae4925
metadata
license: apache-2.0
language:
  - en
tags:
  - MuseCoco
  - Text2Music

Text2Attribute

Text-to-Attribute Understanding

This is the text-to-attribute model to extract musical attributes from text, introduced in the paper MuseCoco: Generating Symbolic Music from Text and first released in this repository. It is based on BERT-large and has multiple classification heads for diverse musical attributes:

[
    "Instrument",
    "Rhythm Danceability",
    "Rhythm Intensity",
    "Artist",
    "Genre",
    "Bar",
    "Time Signature",
    "Key",
    "Tempo",
    "Pitch Range",
    "Emotion",
    "Time"
]

BibTeX entry and citation info

@article{musecoco2023,
  title={MuseCoco: Generating Symbolic Music from Text},
  author={Peiling Lu, Xin Xu, Chenfei Kang, Botao Yu, Chengyi Xing, Xu Tan, Jiang Bian},
  journal={arXiv preprint arXiv:2306.00110},
  year={2023}
}