An open API service indexing awesome lists of open source software.

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

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).