Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 478 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 478 Bytes

Overview

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 infinite text.

Dataset

Since training on chunk of internet requires a lot of compute and time, here I work with a tiny shakespeare dataset.

Usage

pip install -r requirements.txt