Kyutai Releases MuScriptor: An Open-Weight Decoder-Only Transformer for Multi-Instrument Music Transcription to MIDI Kyutai and the Mirelo team released MuScriptor, an open-weight decoder-only Transformer for multi-instrument music transcription to MIDI. The model, trained on synthetic and real recordings across three stages, achieves state-of-the-art results on the D_Test benchmark, with a Multi F1 score of 48.2% for the large variant after reinforcement learning post-training. The release includes three model sizes (103M, 307M, 1.4B) on Hugging Face, with inference code under MIT license and weights under CC BY-NC 4.0. Automatic Music Transcription AMT converts an audio recording into symbolic notes, usually MIDI. Single-instrument transcription already works reasonably well. However, transcribing a full multi-instrument mix stays difficult. Kyutai and Mirelo team now release MuScriptor to close that gap. It is an open-weight model trained on real, multi-instrument recordings across many genres. This article explains how MuScriptor works, what the benchmarks show, and how to run it. What is MuScriptor? At its core, MuScriptor is a decoder-only Transformer for music transcription. First, it reads a mel-spectrogram of a short audio segment. Then it autoregressively predicts MIDI-like tokens for pitch, timing, and instrument. In effect, transcription becomes a language-modeling task, following the MT3 tokenization scheme. The release ships three weight variants on Hugging Face. Their sizes are small 103M , medium 307M, default , and large 1.4B . The inference code uses the MIT license. The weights use CC BY-NC 4.0, so commercial use is restricted. How the Three-Stage Pipeline Works MuScriptor’s main idea is data, not architecture. Accordingly, training moves through three stages, and each builds on the last. - Pre-training uses D