NotShrirang/QuillGPT
Implementation of the GPT decoder block in PyTorch finetuned on Shakespeare's works 🪶
This tool helps writers, educators, and anyone interested in historical or creative text generation create new text in specific styles. You provide an initial phrase or word, and it generates text that mimics the style of Shakespearean plays or general literary works. It's ideal for creative writing, historical linguistics studies, or generating example text for educational purposes.
No commits in the last 6 months.
Use this if you need to generate text that sounds like it was written in the style of Shakespeare or other literary sources, starting from a short prompt.
Not ideal if you need to generate factual content, modern conversational text, or require highly accurate, context-aware responses for real-world applications.
Stars
9
Forks
—
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Feb 01, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/NotShrirang/QuillGPT"
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#....