This repository contains the source code for implementing chat-GPT.
In this work, we tried to implement the general idea of GPT using tiny shakespeare dataset.
- The whole idea is implemented in GPT_Implementation notebook. It is done in PyTorch.
We followed this video for the implementation.