What is a large language model, in one paragraph?
easy- An LLM is a large transformer trained on massive text (and often code/multimodal data) to predict the next token given the previous ones.
- Scale of parameters and data lets it acquire broad linguistic and world knowledge.
- After pretraining, it is typically instruction-tuned and aligned (SFT + preference optimization such as RLHF or DPO) to behave as a helpful assistant.
- At inference it generates tokens autoregressively from a prompt.
#fundamentalsPermalink & quiz →