FR

Continual pretraining instead of retraining from scratch

🥋 How do you continue training on an already pre trained LLM: TLDRs of the “Simple and Scalable Strategies to Continually Pre-train LLMs” paper

🥖 Non-technical TLDR

With that said, the tricks they found were to: - Re-warm and re-decay the LR when training on the new data to help the model adapt - “Replay” a small % of data from the previous dataset to prevent the model from forgetting what it learned before, in other words mixing the new data with a bit of the old.

🔬 Technical TLDR

Thanks Adam Ibrahim, Benjamin Thérien, Kshitij Gupta, Dr. Mats L. Richter, Quentin Anthony, Timothée Lesort, Eugene Belilovsky, Irina Rish!