Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 411 Bytes

README.rst

File metadata and controls

21 lines (16 loc) · 411 Bytes

# NanoGPT

An implementation of Andrej Karpathy's walkthrough of GPT-1's training and architecture

## Data download? ` $ wget https://raw.githubusercontent.com/karpathy/char-rnn/master/data/tinyshakespeare/input.txt `

## Usage Install requirements ` $ pip install poetry # Install poetry package $ poetry install # Install requirements `

Train and generate results ` $ python NanoGPT/gpt `