GPT-J

EleutherAI's early open-weight GPT-3-style model

Free Language
Visit Product Page →
2048 context tokens
6B parameters
Apache 2.0 license
Jun 2021 released

GPT-J is a 6 billion parameter language model that EleutherAI released on June 9, 2021, as one of the first credible open replications of GPT-3’s architecture at a time when OpenAI kept GPT-3 itself locked behind a paid API. It was trained on the Pile, EleutherAI’s own 825GB text dataset, using the Mesh Transformer JAX library to parallelize training across TPU pods rather than GPUs. With 28 layers and a 2048 token context window, it was noticeably smaller than GPT-3’s largest configuration but still handled general text generation, question answering, and code completion well enough to become a standard baseline for open-source NLP research. It shipped under the Apache 2.0 license, so anyone could download, fine-tune, and deploy it without OpenAI’s usage restrictions, which made it a popular backbone for early open chatbot projects. GPT-J has since been superseded by GPT-NeoX-20B and later open models, but it remains a commonly cited reference point for how the open-source community caught up to closed labs during the GPT-3 era.