Skip to content

A character-level GPT model trained on tiny shakespeare corpus. (incomplete)

Notifications You must be signed in to change notification settings

pytholic/infiniteGPT

Repository files navigation

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

About

A character-level GPT model trained on tiny shakespeare corpus. (incomplete)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published