All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

How Large Language Models Work: A Visual Deep Dive into Training Data Collection

By

ynarwal__

1mo ago· 3 min readenInsight

Summary

This article provides a visual deep dive into how Large Language Models (LLMs) work, starting with the data collection process. It explains that organizations like Common Crawl have been indexing the web since 2007, amassing billions of pages by 2024. The raw data is filtered into high-quality datasets like FineWeb, with the goal of obtaining a large quantity of diverse, high-quality documents. After aggressive filtering, the dataset amounts to about 44 terabytes — roughly 15 trillion tokens — fitting on a single hard drive. The key insight emphasized is that the quality and diversity of training data has the most significant impact on the final model's performance.

Key quotes

· 4 pulled
The first step is collecting an enormous amount of text.
Organizations like Common Crawl have been crawling the web since 2007 — indexing 2.7 billion pages by 2024.
The quality and diversity of this training data has more impact on the final model.
After aggressive filtering, you end up with about 44 terabytes — roughly what fits on a single hard drive — representing ~15 trillion tokens.
Snippet from the RSS feed
The first step is collecting an enormous amount of text. Organizations like Common Crawl have been crawling the web since 2007 — indexing 2.7 billion pages by 2024. This raw data is then filtered into a high-quality dataset like FineWeb.

You might also wanna read