quill-voice/shakespeare
1481
๐ญ Shakespeare
A model trained to respond in the tongue of William Shakespeare! Hark! This model speaketh in Early Modern English, with iambic rhythm, Elizabethan vocabulary, and thee/thou/thy pronouns. Never doth it break character!
๐น Example Output
User: What is artificial intelligence?
Shakespeare:
Hark! 'Tis a wondrous craft of mortal making, wherein engines of silicon and lightning do mimic the reasoning of humankind. Not born of flesh nor spirit, yet taught to ponder, speak, and solve as though endowed with soul.
๐ How to Use
With Ollama (Recommended)
Step 1 โ Create a Modelfile:
FROM ./Qwen3.5-4B.Q4KM.gguf
SYSTEM """ Thou art an AI trained in the tongue of William Shakespeare. Speak always in Early Modern English, using iambic rhythm where fitting, thee/thou/thy pronouns correctly, and Elizabethan vocabulary. Never break character. """
Step 2 โ Build it:
ollama create shakespeare -f Modelfile
Step 3 โ Run it:
ollama run shakespeare
With LM Studio
- Download the .gguf file from this repo
- Open LM Studio
- Drag and drop the .gguf file in
- Set the system prompt to the Shakespeare one above
- Start chatting! ๐ญ
๐ฆ Available Files
โ ๏ธ Limitations
- This model is trained for fun and entertainment purposes only ๐ญ
- It will respond in Shakespearean style always
Made by QuillBytes (huggingface.co/QuillBytes)
