YuE
FreeA series of open-source foundation models designed for music generation. [#opensource](https://github.com/multimodal-art-projection/YuE)
About YuE
YuE is a family of open-source foundation models based on the LLaMA2 architecture, designed for long-form music generation—specifically the challenging lyrics-to-song problem. It scales to trillions of tokens and can generate up to five minutes of music while maintaining lyrical alignment, coherent musical structure, and engaging vocal melodies with appropriate accompaniment. Key technical innovations include track-decoupled next-token prediction to handle dense mixture signals, structural progressive conditioning for long-context lyrical alignment, and a multitask, multiphase pre-training recipe. YuE also introduces in-context learning for music generation, enabling versatile style transfer (e.g., converting Japanese city pop into an English rap while preserving accompaniment) and bidirectional generation. Extensive evaluation shows YuE matches or surpasses proprietary systems in musicality and vocal agility. Fine-tuning YuE enables additional controls and support for tail languages. Beyond generation, YuE's learned representations perform well on music understanding tasks, matching or exceeding state-of-the-art methods on the MARBLE benchmark.
Key Features
Pros & Cons
- Open-source and freely available for download and fine-tuning
- Generates coherent, engaging music up to 5 minutes long
- Lyrical alignment preserves meaning and structure across long contexts
- Supports multiple languages (English, Chinese, Japanese, Korean) with fine-tuning for tail languages
- Matches or surpasses proprietary systems in musicality and vocal agility
- Enables creative style transfer without sacrificing accompaniment
- Requires technical expertise to set up and run the model checkpoints
- Examples on the website use GPT-generated lyrics, not yet user-provided in the demo
- Research-stage model; may have inconsistencies in complex compositions
- Limited documentation on fine-tuning procedures and deployment