
GPT from Scratch
PythonNLPDeep Learning
An implementation of a GPT model from scratch to understand the inner workings of autoregressive transformers and language models.
This project breaks down the components of a GPT model, implementing each part manually to gain a deeper understanding of autoregressive text generation. A perfect demonstration of technical curiosity and practical learning.