CLLGMay 2, 2022

OPT: Open Pre-trained Transformer Language Models

Meta AIUW
arXiv:2205.01068v44760 citationsh-index: 116
Originality Synthesis-oriented
AI Analysis

This provides open access to large language models for researchers, addressing replication and study barriers, though it is incremental in model development.

The authors tackled the problem of limited access to large language models by releasing OPT, a suite of open pre-trained transformers, and showed that OPT-175B is comparable to GPT-3 while using only 1/7th the carbon footprint.

Large language models, which are often trained for hundreds of thousands of compute days, have shown remarkable capabilities for zero- and few-shot learning. Given their computational cost, these models are difficult to replicate without significant capital. For the few that are available through APIs, no access is granted to the full model weights, making them difficult to study. We present Open Pre-trained Transformers (OPT), a suite of decoder-only pre-trained transformers ranging from 125M to 175B parameters, which we aim to fully and responsibly share with interested researchers. We show that OPT-175B is comparable to GPT-3, while requiring only 1/7th the carbon footprint to develop. We are also releasing our logbook detailing the infrastructure challenges we faced, along with code for experimenting with all of the released models.

Code Implementations11 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes