English

LLM Vocabulary Compression for Low-Compute Environments

Computation and Language 2024-11-12 v1 Machine Learning

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 improving throughput by up to 3x, making it suitable for low-compute environments.

Keywords

Cite

@article{arxiv.2411.06371,
  title  = {LLM Vocabulary Compression for Low-Compute Environments},
  author = {Sreeram Vennam and Anish Joishy and Ponnurangam Kumaraguru},
  journal= {arXiv preprint arXiv:2411.06371},
  year   = {2024}
}

Comments

Machine Learning and Compression Workshop @ NeurIPS 2024

R2 v1 2026-06-28T19:54:36.984Z