Use DeepSpeed's Curriculum Learning for GPT pre-training
mainThis implementation provides an example of how to use DeepSpeed's curriculum learning (CL) feature to achieve faster and more stable language model pre-training.
Key constraints and details:
- Supported Architectures: Currently, this is only integrated for GPT pre-training.
- Implementation Context: This is one of two curriculum learning examples for Megatron-LM GPT-2 pre-training. Users should be aware that different implementations may have unique features and limitations.
- External Resources:
- For a detailed guide, refer to the DeepSpeed curriculum learning tutorial.
- For the underlying technical methodology, refer to the original paper.