CLFeb 26, 2024

MobiLlama: Towards Accurate and Lightweight Fully Transparent GPT

arXiv:2402.16840v154 citationsh-index: 55Has Code
Originality Incremental advance
AI Analysis

This work addresses the need for privacy, security, and sustainable deployment in on-device AI, though it is incremental as it builds on existing SLM paradigms.

The paper tackles the challenge of designing accurate and efficient Small Language Models (SLMs) for resource-constrained devices by introducing MobiLlama, a fully transparent 0.5B parameter SLM that reduces pre-training and deployment costs through parameter sharing.

"Bigger the better" has been the predominant trend in recent Large Language Models (LLMs) development. However, LLMs do not suit well for scenarios that require on-device processing, energy efficiency, low memory footprint, and response efficiency. These requisites are crucial for privacy, security, and sustainable deployment. This paper explores the "less is more" paradigm by addressing the challenge of designing accurate yet efficient Small Language Models (SLMs) for resource constrained devices. Our primary contribution is the introduction of an accurate and fully transparent open-source 0.5 billion (0.5B) parameter SLM, named MobiLlama, catering to the specific needs of resource-constrained computing with an emphasis on enhanced performance with reduced resource demands. MobiLlama is a SLM design that initiates from a larger model and applies a careful parameter sharing scheme to reduce both the pre-training and the deployment cost. Our work strives to not only bridge the gap in open-source SLMs but also ensures full transparency, where complete training data pipeline, training code, model weights, and over 300 checkpoints along with evaluation codes is available at : https://github.com/mbzuai-oryx/MobiLlama.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes