This repository contains an architectural demonstrator of GPT-3 (175B parameters), based directly on the architecture described in the original GPT-3 paper (
"Language Models are Few-Shot Learners"). The model implementation details are available in
my GitHub repository.
You can train this demonstrator from scratch or fine-tune it using the scripts and configuration files provided in my GitHub repository. These files are fully compatible with this architecture demonstrator and designed to simplify the training process.
Refer to the repository for detailed instructions and best practices.