Short duration

#1
by t1u1 - opened

Interesting project!

However, it seems to generate only short sequences, even if token count is 2k. Any idea why?

MusicLang org

Thanks !
Usually it depends on the number of instruments generated, in my experience 2k tokens should be between 20s & 1:30 minutes of music.
Also depending on the midi input the model can decide to finish the song earlier, no way to prevent this right now so we will plan it on next release.

In reality we have a 4k context length but we limited to 2k in the space to keep a reasonable inference time. If you want this context size you can try on our colab or by installing the package locally.

MusicLang org
This comment has been hidden

I see, thanks for the response.

I was trying the samples provided in the HF space, and it generated just 5 to 6 seconds of music, including the prompt section.

Sign up or log in to comment