Architecture
Autoregressive Model
Definition
“
A type of generative model that produces output one element at a time, with each new element conditioned on all previously generated elements. GPT and other large language models are autoregressive, generating text token by token from left to right based on the probability of the next token.
”
Related Terms
No related terms linked yet.
Explore all terms →