Tag: LLM training

Stochastic Depth in LLMs: How Random Layer Dropping Regularizes Deep Transformers
Stochastic Depth in LLMs: How Random Layer Dropping Regularizes Deep Transformers

Tamara Weed, Jun, 28 2026

Explore how stochastic depth regularizes deep transformer-based LLMs by randomly dropping layers. Learn about neural collapse, implementation strategies, and advanced techniques like LAAT and ReplaceMe for better generalization.

Categories:

Efficient Sharding and Data Loading for Petabyte-Scale LLM Datasets
Efficient Sharding and Data Loading for Petabyte-Scale LLM Datasets

Tamara Weed, Apr, 18 2026

Learn how to manage petabyte-scale LLM datasets using sharding, tiered storage, and sharded data parallelism to eliminate GPU idling and memory errors.

Categories:

How Large Language Models Learn: Self-Supervised Training at Internet Scale
How Large Language Models Learn: Self-Supervised Training at Internet Scale

Tamara Weed, Sep, 30 2025

Large language models learn by predicting the next word across trillions of internet text samples using self-supervised training. This method, used by GPT-4, Llama 3, and Claude 3, enables unprecedented language understanding without human labeling - but comes with major costs and ethical challenges.

Categories: