Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.11 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.11 KB

Qyin

Read this in [EN|ZH]

Try the demo: Open In Colab

Download pre-trained model on 🤗Hugging Face

About

Qyin is a model for music score generation and it's based on Qwen2-7B model.

It generates the music score in ABC notation and then can be converted into MIDI files by abcmidi, then into any sound format that is available on this planet.

MidiCaps was used for training dataset for this model. Preprocess scripts will be shared later in this repo.

Hardware requirements

This model is trained using 3*A100 80G. 5*L20 48G also works with a lower batch size and deepspeed enabled.

It's recommonded to have minimum 16GB video memory to run inference using this model.