Skip to content

Very simple implementation of GPT architecture using PyTorch and Jupyter.

Notifications You must be signed in to change notification settings

antonio-f/GPT_from_scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GPT from scratch

Very simple implementation of GPT architecture.

Based on A. Karpathy's code. Needs just PyTorch and Jupyter.