Slamming: Training a Speech Language Model on One GPU in a Day
Gallil Maimon, Avishai Elmakies, Yossi Adi
TL;DR
Slamming demonstrates that a high‑quality Generative Speech Language Model can be trained on a single $A5000$ GPU within $24$ hours by carefully optimizing initialization, architecture, data, and training objectives. The approach leverages synthetic data, text interleaving, and direct preference optimization (DPO) to boost semantic and generative capabilities beyond what compute budgets would suggest by scaling laws. The final recipe, validated on multiple model sizes and then scaled to two $A100$ GPUs for longer runs, achieves competitive performance with substantially greater compute budgets, and is released open‑source. The work provides practical guidelines and tools to broaden access to SLM research while inviting refinement of scaling laws for speech models.
Abstract
We introduce Slam, a recipe for training high-quality Speech Language Models (SLMs) on a single academic GPU in 24 hours. We do so through empirical analysis of model initialisation and architecture, synthetic training data, preference optimisation with synthetic data and tweaking all other components. We empirically demonstrate that this training recipe also scales well with more compute getting results on par with leading SLMs in a fraction of the compute cost. We hope these insights will make SLM training and research more accessible. In the context of SLM scaling laws, our results far outperform predicted compute optimal performance, giving an optimistic view to SLM feasibility. See code, data, models, samples at - https://pages.cs.huji.ac.il/adiyoss-lab/slamming .
