Writing an LLM from scratch, part 34b -- from bigrams to GPT-2, one component at a time (in JAX)
Giles Thomas completed building and training a GPT-2 small model from scratch using JAX, achieving a test loss of 3.418784, outperforming both his PyTorch model (3.538161) and the original GPT-2 small…