shreydan/shakespeareGPT
understanding language modeling by training a small GPT on Shakespeare plays.
This project helps anyone interested in understanding how a small, custom GPT model can generate text in the style of Shakespeare. You input a starting prompt or query, and the model outputs new text that mimics Shakespearean language. This is ideal for those learning about language models and their inner workings, such as students or aspiring AI practitioners.
No commits in the last 6 months.
Use this if you are a student or hobbyist looking to learn the foundational principles of generative text models by examining a working, explainable example.
Not ideal if you need a production-ready language model for general text generation or a highly accurate Shakespearean text generator for creative projects.
Stars
13
Forks
1
Language
Jupyter Notebook
License
—
Category
Last pushed
Feb 15, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/shreydan/shakespeareGPT"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
tabularis-ai/be_great
A novel approach for synthesizing tabular data using pretrained large language models
EleutherAI/gpt-neox
An implementation of model parallel autoregressive transformers on GPUs, based on the Megatron...
shibing624/textgen
TextGen: Implementation of Text Generation models, include LLaMA, BLOOM, GPT2, BART, T5, SongNet...
ai-forever/ru-gpts
Russian GPT3 models.
AdityaNG/kan-gpt
The PyTorch implementation of Generative Pre-trained Transformers (GPTs) using Kolmogorov-Arnold...