ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2023
Year
A collection of foundation LLMs by Meta ranging from 7B to 65B parameters, trained using publicly available datasets exclusively.
The LLaMA paper from Meta marks a pivotal shift in the landscape of large language models (LLMs). At a time when the trend was toward ever-larger models trained on proprietary or undisclosed datasets, LLaMA showed that a family of models ranging from 7 billion to 65 billion parameters, trained exclusively on publicly available data, could match or even surpass the performance of much larger models like GPT-3 (175B) and PaLM (540B). This democratizes access to state-of-the-art LLM research, as the training data is open and the models themselves are released for non-commercial use. The key insight is that training on more data, rather than simply scaling parameters, is a more efficient path to high performance.
LLaMA's success hinges on a meticulously curated training dataset and a streamlined transformer architecture. The training data, totaling about 1.4 trillion tokens, is sourced from seven public domains:

Tokenization uses byte-pair encoding (BPE), splitting all numbers into individual digits and falling back to bytes for unknown UTF-8 characters. Most tokens are used once, except Wikipedia and books (about two epochs).
The architecture is a transformer with three key improvements:

LLaMA is evaluated on 20 benchmarks across zero-shot and few-shot settings. Key findings:








LLaMA's primary contribution is demonstrating that open, efficient models can rival proprietary giants. By focusing on data quality and diversity rather than sheer scale, the paper provides a practical recipe for building high-performance LLMs with limited resources. The architectural choices (pre-norm, SwiGLU, RoPE) have become standard in subsequent models. The release of LLaMA (though initially restricted) spurred a wave of open-source LLM development, including fine-tuned variants like Alpaca and Vicuna. The main limitation is the performance gap on knowledge-intensive tasks like MMLU, likely due to less exposure to book corpora. Nonetheless, LLaMA set a new benchmark for efficiency and transparency in foundation models.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba