Common questions this module answers
How does a large language model learn?
By next-token prediction at enormous scale: it reads trillions of tokens and is graded on guessing each next token. Getting surprise (loss) down on that simple game forces it to learn grammar, facts and reasoning patterns.
What is RLHF?
Reinforcement learning from human feedback: humans rank pairs of model answers, a reward model learns those preferences, and the LLM is tuned to produce answers the reward model scores highly — turning a raw text predictor into a helpful assistant.
What is the difference between a base model and an instruct model?
A base model just continues text — ask it a question and it may reply with more questions. An instruct model has been fine-tuned on conversations and human preferences so it actually answers, follows instructions and refuses harmful requests.