← all papers · overview

LLM Vocabulary Compression For Low-compute Environments

Abstract

We present a method to compress the final linear layer of language models, reducing memory usage by up to 3.4x without significant performance loss. By grouping tokens based on Byte Pair Encoding (BPE) merges, we prevent materialization of the memory-intensive logits tensor. Evaluations on the TinyStories dataset show that our method performs on par with GPT-Neo and GPT2 while significantly improv

Related papers

Ranked by semantic similarity — how closely each paper's abstract matches this one (100% = near-identical topic).