paper-with-me

Papers

Just CHOP: Embarrassingly Simple LLM Compression

2023-05-24 · Ananya Harsh Jha, Tom Sherborne, Evan Pete Walsh, Dirk Groeneveld, Emma Strubell, Iz Beltagy

Large language models (LLMs) enable unparalleled few- and zero-shot reasoning capabilities but at a high computational footprint. A growing assortment of methods for compression promises to reduce the computational burden of LLMs in deployment, but so far, only quantization approaches have been demonstrated to be effective for LLM compression while maintaining zero-shot performance. A critical step in the compression process, the pretrain-then-finetune paradigm, has largely been overlooked when adapting existing pruning strategies to LLMs or proposing new ones. In this work, we show that embarrassingly simple layer pruning coupled with an extended language model pretraining as the finetuning phase produces state-of-the-art results against structured and even semi-structured compression of models at a 7B scale while being more inference efficient. We call this method LayerChop, where we deterministically remove layers from a model followed by task-agnostic finetuning of the remaining weights by continued self-supervised pretraining. At this scale, we also show how distillation, which has been super effective in task-agnostic compression of smaller BERT-style models, becomes inefficient against our simple pruning technique.

📄 PDF Abstract BibTeX arXiv:2305.14864

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationLanguage ModelingLanguage ModellingLarge Language ModelQuantization

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Chopout: A Simple Way to Train Variable Sized Neural Networks at Once

2018-10-16 · Tatsuya Shirakawa

Large deep neural networks require huge memory to run and their running speed is sometimes too slow for real applications. Therefore network size reduction with keeping accuracy is crucial for practical applications. We…

An Embarrassingly Simple Approach to Semi-Supervised Few-Shot Learning

2022-09-28 · Xiu-Shen Wei, He-Yang Xu, Faen Zhang, Yuxin Peng 외

Semi-supervised few-shot learning consists in training a classifier to adapt to new tasks with limited labeled data and a fixed quantity of unlabeled data. Many sophisticated methods have been developed to address the ch…

Few-Shot Learning

Do It Once: An Embarrassingly Simple Joint Matching Approach to Response Selection

2021-08-01 · Findings (ACL) 2021 8 · Linhao Zhang, Dehong Ma, Sujian Li, Houfeng Wang

On sample complexity for covariance estimation via the unadjusted Langevin algorithm

2026-01-29 · Shogo Nakakita arxiv

We establish sample complexity guarantees for estimating the covariance matrix of a strongly log-concave smooth distribution using the unadjusted Langevin algorithm (ULA). We quantitatively compare our complexity estimat…

TorchOpera: A Compound AI System for LLM Safety

2024-06-16 · Shanshan Han, Zijian Hu, Alay Dilipbhai Shah, Han Jin 외

We introduce TorchOpera, a compound AI system for enhancing the safety and quality of prompts and responses for Large Language Models. TorchOpera ensures that all user prompts are safe, contextually grounded, and effecti…