In this project, I build a character-level transformer-based language model something like GPT(Generative Pretrained Transformer). Once the model is trained, we can generate infitnite text.
pytorch
simple-parsing
rich
Since training on chunk of internet requries a lot of compute and time, here I work with a tiny shakespeare dataset.