karpathy / minGPT

A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training
MIT License
20.3k stars 2.53k forks source link

More consistent variable naming #103

Open vwxyzjn opened 1 year ago

vwxyzjn commented 1 year ago

Hi @karpathy this is such an awesome repo. I was implementing it from scratch using JAX and learned quite a bit :)

This PR proposes a more consistent naming convention.