models/: raw implementation of different types of models using just NumPy
nanogpt/: following the paper "Attention Is All You Need" and Andrej Karpathy
tokenizer.ipynb: basic implementation of a BPE tokenizer
gcg.ipynb: implementation on greedy coordinate gradient on GPT-2