seniorNLP
What causes training instability in very large language models?
Updated May 17, 2026
Short answer
Instability arises from gradient explosion, poor initialization, and optimization dynamics at scale.
Deep explanation
As model size increases, gradients become noisy and sensitive to learning rate selection. Layer normalization, residual connections, and careful initialization mitigate instability. Mixed precision training introduces numerical instability if not properly scaled.
Unlock with a Pro subscription to view this section.
View pricingReal-world example
No real-world example available yet.
Unlock with a Pro subscription to view this section.
Upgrade to ProCommon mistakes
No common mistakes listed yet.
Unlock with a Pro subscription to view this section.
Upgrade to ProFollow-up questions
No follow-up questions available yet.
Unlock with a Pro subscription to view this section.
Upgrade to Pro