An extra mini-block predicts the token after next. Used to train richer representations and to speed up decoding.
Introduced inApr 2024Better & Faster Large Language Models via Multi-token Prediction
MTP attaches one or more small extra transformer blocks that predict token t+2 (and beyond) alongside the main next-token head. At training time this densifies the learning signal; at inference the MTP head can draft tokens that the main model then verifies. Self-speculative decoding that speeds generation without a separate draft model. DeepSeek V3/V4, GLM and Qwen3.5 all ship MTP blocks.
Share of new models that have included MTP over time.
Open any of these on hfviewer to find this block in the interactive architecture graph.
Browse all 159 models with this in the catalog →
hfviewer renders the full architecture of 3,500+ Hugging Face models as interactive graphs. Hover any block to see what it does, with this model’s real numbers.
Browse all model graphs →