Loading slide
Training a language model is not unlike how a person learns language. You read. A lot. You absorb patterns, grammar, facts, and how ideas connect. Nobody sits you down and teaches you every rule explicitly. You just read enough, and it starts to click.
A language model learns the same way, except instead of years of reading, it uses a vast training run. And instead of a childhood's worth of books, it needs something much bigger. Not a library's worth. Not a city's worth. Something closer to: a copy of the internet.
That collection of text is called a training dataset. Researchers and companies build them by automatically downloading billions of web pages: articles, books, forums, encyclopedias, code, and everything in between.
Some public web datasets are measured in tens of terabytes and trillions of tokens. A token is usually a word or a piece of a word, so the human scale is still hard to picture. It is closer to a civilization's worth of reading than a library's.
A large training run can process a dataset like this far faster than any person could read it. That gap, a human lifetime of reading swallowed by a machine, is the whole reason these systems can learn what they learn.