https://github.com/steveleecode/shakespearegpt
Shakespeare GPT model using PyTorch
https://github.com/steveleecode/shakespearegpt
ai gpt machine-learning pytorch
Last synced: about 2 months ago
JSON representation
Shakespeare GPT model using PyTorch
- Host: GitHub
- URL: https://github.com/steveleecode/shakespearegpt
- Owner: steveleecode
- Created: 2024-04-08T08:11:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T20:34:41.000Z (about 2 years ago)
- Last Synced: 2025-02-17T14:46:31.387Z (over 1 year ago)
- Topics: ai, gpt, machine-learning, pytorch
- Language: Python
- Homepage:
- Size: 37.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shakespeareGPT
Simple Shakespeare GPT model to understand autoregressive language modeling. This model was trained using PyTorch with the [tinyshakespeare dataset by Andrej Karpathy](https://github.com/karpathy/char-rnn/blob/master/data/tinyshakespeare/input.txt) based on his tutorial on [how to make a GPT model from scratch](https://www.youtube.com/watch?v=kCc8FmEb1nY&t=287s).