GPT-NeoX-20B: An Open-Source Autoregressive Language Model
About
We introduce GPT-NeoX-20B, a 20 billion parameter autoregressive language model trained on the Pile, whose weights will be made freely and openly available to the public through a permissive license. It is, to the best of our knowledge, the largest dense autoregressive model that has publicly available weights at the time of submission. In this work, we describe \model{}'s architecture and training and evaluate its performance on a range of language-understanding, mathematics, and knowledge-based tasks. We find that GPT-NeoX-20B is a particularly powerful few-shot reasoner and gains far more in performance when evaluated five-shot than similarly sized GPT-3 and FairSeq models. We open-source the training and evaluation code, as well as the model weights, at https://github.com/EleutherAI/gpt-neox.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Commonsense Reasoning | HellaSwag | Accuracy68.37 | 1460 | |
| Multi-task Language Understanding | MMLU | -- | 842 | |
| Question Answering | ARC Challenge | -- | 749 | |
| Commonsense Reasoning | PIQA | Accuracy77.9 | 647 | |
| Named Entity Recognition | CoNLL 2003 (test) | -- | 539 | |
| Question Answering | OpenBookQA | Accuracy32.6 | 465 | |
| Code Generation | HumanEval (test) | Pass@115.4 | 444 | |
| Mathematical Reasoning | MATH (test) | -- | 433 | |
| Question Answering | ARC Easy | Normalized Acc74.6 | 385 | |
| Natural Language Inference | RTE | Accuracy53.79 | 367 |