← Back to Labs
LLM Training & Loss Convergence
Step through BPE tokenization, forward pass matrix multiplication, backpropagation, and distributed FSDP cluster updates
STEP 1 OF 6
1. Dataset Ingestion & BPE Tokenization
Raw text from web and code datasets is split into discrete subword token IDs using Byte-Pair Encoding (BPE) vocabulary rules.
Arrow keys to navigate · R to reset
Tap dots to jump to any step