The most atomic way to train and run inference for a GPT in pure, dependency-free TypeScript. This file is the complete algorithm. Everything else is just efficiency.
Converted from Karpathy's microgpt.py.
The most atomic way to train and run inference for a GPT in pure, dependency-free TypeScript. This file is the complete algorithm. Everything else is just efficiency.
Converted from Karpathy's microgpt.py.