GPT-1
Sign in to saveAlso known as GPT1, GPT 1
right|thumb|Original GPT architecture Generative Pre-trained Transformer 1 (GPT-1) was the first of OpenAI's large language models following Google's invention of the transformer architecture in 2017. In June 2018, OpenAI released a paper entitled "Improving Language Understanding by Generative Pre-Training", in which they introduced that initial model along with the general concept of a generative pre-trained transformer.
Key facts
- Software.name
- Generative Pre-trained Transformer 1 (GPT-1)
- Software.author
- OpenAI
- Software.replaced_by
- GPT-2
- Software.license
- MIT
via Wikipedia infobox
~4 min read
Encyclopedic overview
4 sectionsContents
- Architecture
- Performance and evaluation
- See also
- References
right|thumb|Original GPT architecture Generative Pre-trained Transformer 1 (GPT-1) was the first of OpenAI's large language models following Google's invention of the transformer architecture in 2017. In June 2018, OpenAI released a paper entitled "Improving Language Understanding by Generative Pre-Training", in which they introduced that initial model along with the general concept of a generative pre-trained transformer.
Up to that point, the best-performing neural NLP models primarily employed supervised learning from large amounts of manually labeled data. This reliance on supervised learning limited their use of datasets that were not well-annotated, in addition to making it prohibitively expensive and time-consuming to train extremely large models; many languages (such as Swahili or Haitian Creole) are difficult to translate and interpret using such models due to a lack of available text for corpus-building. In contrast, a GPT's "semi-supervised" approach involved two stages: an unsupervised generative "pre-training" stage in which a language modeling objective was used to set initial parameters, and a supervised discriminative "fine-tuning" stage in which these parameters were adapted to a target task.
Excerpted from Wikipedia’s “GPT-1” article, available under the CC BY-SA 4.0 licence.