Masterclass
Deploying a large language model marks a significant milestone, but it is not the final step. Models exist in environments where information changes, data distributions shift, and user expectations evolve. To maintain effectiveness and relevance, LLMs often require ongoing updates and improvements.
This chapter focuses on the practical aspects of maintaining and enhancing large language models after their initial deployment. We will cover strategies for continuous training, incorporating new knowledge, and managing the lifecycle of evolving models.
Specifically, you will learn about:
We will examine the engineering practices required to ensure models remain current and performant over their operational lifespan.
30.1 Motivation for Continuous Improvement
30.2 Strategies for Continual Pre-training
30.3 Strategies for Continual Fine-Tuning (SFT/RLHF)
30.4 Incorporating New Data Sources Safely
30.5 Updating Models with Architectural Changes
30.6 Versioning, Deployment, and Rollback Strategies
© 2025 ApX Machine Learning