paper-with-me

홈 › Papers

Zamba: A Compact 7B SSM Hybrid Model

2024-05-26 · Paolo Glorioso, Quentin Anthony, Yury Tokpanov, James Whittington, Jonathan Pilault, Adam Ibrahim, Beren Millidge

In this technical report, we present Zamba, a novel 7B SSM-transformer hybrid model which achieves competitive performance against leading open-weight models at a comparable scale. Zamba is trained on 1T tokens from openly available datasets and is the best non-transformer model at this scale. Zamba pioneers a unique architecture combining a Mamba backbone with a single shared attention module, thus obtaining the benefits of attention at minimal parameter cost. Due to its architecture, Zamba is significantly faster at inference than comparable transformer models and requires substantially less memory for generation of long sequences. Zamba is pretrained in two phases: the first phase is based on existing web datasets, while the second one consists of annealing the model over high-quality instruct and synthetic datasets, and is characterized by a rapid learning rate decay. We open-source the weights and all checkpoints for Zamba, through both phase 1 and annealing phases.

📄 PDF Abstract BibTeX arXiv:2405.16712

Code (0)

등록된 구현이 없습니다.

Tasks

Mambamodel

Similar Papers 제목 키워드 기반

Zamba2-VL Technical Report

2026-05-29 · Hassan Shapourian, Kasra Hejazi, Olabode M. Sule, Beren Millidge arxiv

We present Zamba2-VL, a suite of vision-language models built on Zamba2, a hybrid language-model architecture combining Mamba2 state-space layers with a small number of shared transformer blocks. Across a broad range of …

The Zamba2 Suite: Technical Report

2024-11-22 · Paolo Glorioso, Quentin Anthony, Yury Tokpanov, Anna Golubeva 외

In this technical report, we present the Zamba2 series -- a suite of 1.2B, 2.7B, and 7.4B parameter hybrid Mamba2-transformer models that achieve state of the art performance against the leading open-weights models of th…

The Mask Is Not the Model: Auditing Prefix Invariance in Attention, State-Space, and Hybrid Sequence Models

2026-08-24 · Taebong Kim, Youngsik Hong, Minsik Kim, Sunyoung Choi 외 arxiv

We formalize prefix invariance: representations at position t must not depend on future inputs. We give a lightweight audit, two forward passes, no training or gradients, that localizes exactly where causality breaks. At…

Zyda-2: a 5 Trillion Token High-Quality Dataset

2024-11-09 · Yury Tokpanov, Paolo Glorioso, Quentin Anthony, Beren Millidge

In this technical report, we present Zyda-2: a five trillion token dataset for language model pretraining. Zyda-2 was used to train our Zamba2 series of models which are state-of-the-art for their weight class. We build …

Language ModelingLanguage Modelling

On-the-Fly Adaptive Distillation of Transformer to Dual-State Linear Attention

2025-06-11 · Yeonju Ro, Zhenyu Zhang, Souvik Kundu, Zhangyang Wang 외

Large language models (LLMs) excel at capturing global token dependencies via self-attention but face prohibitive compute and memory costs on lengthy inputs. While sub-quadratic methods (e.g., linear attention) can reduc…

Text Summarization