Skip to content

A simple PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) language model from scratch.

License

Notifications You must be signed in to change notification settings

ItsJohhny/my-own-GPT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPT Language Model from Scratch

This project is an implementation of the GPT language model using the "Attention is All You Need" paper as a guide, with inspiration from OpenAI's GPT-2 and GPT-3 models. We use Shakespeare as the dataset for training and fine-tuning the model.

About

A simple PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) language model from scratch.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%