Transformers

GPT-3

Introduced by Brown et al. in Language Models are Few-Shot Learners

GPT-3 is an autoregressive transformer model with 175 billion parameters. It uses the same architecture/model as GPT-2, including the modified initialization, pre-normalization, and reversible tokenization, with the exception that GPT-3 uses alternating dense and locally banded sparse attention patterns in the layers of the transformer, similar to the Sparse Transformer.

Source: Language Models are Few-Shot Learners

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Language Modelling 81 10.83%
Large Language Model 48 6.42%
Question Answering 47 6.28%
Retrieval 31 4.14%
Prompt Engineering 30 4.01%
Code Generation 28 3.74%
In-Context Learning 28 3.74%
Sentence 22 2.94%
Text Generation 18 2.41%

Categories