
The system
MusicGen is Meta's text- and melody-conditioned music generator, described in a paper submitted 8 June 2023 titled Simple and Controllable Music Generation, and released as open code and weights through the AudioCraft toolkit. It is a single-stage autoregressive Transformer operating over several parallel streams of discrete tokens produced by an EnCodec audio codec, generating mono or stereo music conditioned on a text description, a melody, or both, without the cascaded or hierarchical stages earlier systems like MusicLM required.
What the documents establish
The paper's architectural claim is a codebook-interleaving pattern: MusicGen predicts EnCodec's four parallel codebooks with a small delay between them rather than modelling them one after another or in separate stages, which the paper states allows 50 autoregressive steps per second of audio instead of a multiple of that. On training data, the paper states plainly, in its own words, that Meta uses 20,000 hours of licensed music, specifically an internal dataset of 10,000 high-quality tracks plus the ShutterStock and Pond5 stock-music catalogues, contributing 25,000 and 365,000 instrument-only tracks respectively. The Hugging Face model card for musicgen-large confirms the released weights carry a CC-BY-NC-4.0, non-commercial licence. Evaluation uses the MusicCaps benchmark that Google's MusicLM team published months earlier, which the paper cites by name.
Craft and rights
MusicGen is the clearest documentation-practice contrast in this lineage: where Jukebox described a scraped, unlicensed corpus and MusicLM left a large training pool unnamed, Meta's paper states the licensing basis and the specific catalogues by name. That still leaves editorial questions for a working producer: stock-music libraries like ShutterStock and Pond5 licensed the tracks for Meta's training use, not necessarily on terms a rights holder would recognise as covering AI training when the tracks were first submitted, a distinction the paper does not itself address. The non-commercial model licence also means the open weights, however well documented, are not cleared for commercial release without a separate arrangement, a limit the model card states but a casual user could easily miss.
Outcomes and open questions
The paper's own ablations show quality trades off against the interleaving pattern chosen, and MAGNeT, published seven months later from the same team, exists specifically to cut the latency this autoregressive design still carries. Readers should watch whether the licensing disclosure MusicGen models becomes the field's norm or remains an exception.
- Does a stock-music licence a model was trained under also cover the outputs a listener later hears?
- What does a non-commercial model licence mean in practice for a track built with it?
- How does a codebook-interleaving choice trade off against the audio quality you need?
MusicGen shows that naming a training corpus and licensing it are both achievable in a public paper; the remaining question is what terms those licences actually carried.
Sources & reading trail
States the codebook-interleaving architecture and the exact 20,000-hour licensed training pool by named source.
Source published: 8 June 2023 · Retrieved: 16 September 2026
Confirms the released weights carry a CC-BY-NC-4.0 non-commercial licence, as the page reads on 16 September 2026.
Source published: Not established · Retrieved: 16 September 2026
Confirms MusicGen's continued place in Meta's maintained AudioCraft toolkit alongside later models.
Source published: Not established · Retrieved: 16 September 2026
Papers, reports and standards establish the entry; the craft-and-rights reading is Soundcraft AI editorial analysis. This retrospective draft does not imply the site published on the event date.