Large language model definition

An AI model trained to understand and generate language by predicting likely sequences of tokens.

What it actually is under the hood

An LLM is typically a transformer neural network trained on massive text collections. It turns words into tokens, computes relationships with attention, and predicts a probability distribution for the next token.

Read the related explainer: What a large language model is