eniompw/nanoGPTshakespeare
finetuning shakespeare on karpathy/nanoGPT
This project allows developers to quickly fine-tune a small Generative Pre-trained Transformer (GPT) model using Shakespeare's complete works. You provide a prompt, and it generates text that mimics Shakespearean style. This is ideal for a machine learning engineer or researcher interested in experimenting with foundational language models and custom text generation.
No commits in the last 6 months.
Use this if you are a developer seeking a straightforward way to understand and implement fine-tuning of a small GPT model on a specific text dataset like Shakespeare's writings.
Not ideal if you are looking for a ready-to-use application for creative writing or generating production-quality Shakespearean text without coding.
Stars
22
Forks
4
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Feb 02, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/eniompw/nanoGPTshakespeare"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
vixhal-baraiya/microgpt-c
The most atomic way to train and inference a GPT in pure, dependency-free C
milanm/AutoGrad-Engine
A complete GPT language model (training and inference) in ~600 lines of pure C#, zero dependencies
LeeSinLiang/microGPT
Implementation of GPT from scratch. Design to be lightweight and easy to modify.
dubzdubz/microgpt-ts
A complete GPT built from scratch in TypeScript with zero dependencies
biegehydra/NanoGptDotnet
A miniature large language model (LLM) that generates shakespeare like text written in C#....