Is GPT an encoder or decoder model?
GPT is a decoder-only model, optimized for generating text token by token.
Verify This Answer
Cross-check this information using these trusted sources:
More FAQs in How the Transformer Architecture Changed AI Forever
LSTMs must process words sequentially, one by one. Transformers process all words at once in parallel, leveraging GPU architectures.
A mechanism that scores how relevant other words in the input are to a target word, helping resolve pronoun references (e.g., what 'it' refers to).
BERT is an encoder-only model, designed to understand context and fill in missing words, widely used for search and classification.
Still have questions?
Browse all our FAQs or reach out to our support team
