microgpt-c and picogpt
About microgpt-c
vixhal-baraiya/microgpt-c
The most atomic way to train and inference a GPT in pure, dependency-free C
This project offers a foundational way to create and use a GPT model. It takes text data for training and generates new text samples based on what it has learned. This is for researchers, hobbyists, or educators interested in the absolute basics of how a GPT model works from the ground up.
About picogpt
Kuberwastaken/picogpt
GPT in a QR Code ; The actual most atomic way to train and inference a GPT in pure, dependency-free JS/Python.
This project helps anyone interested in the most basic mechanics of a Generative Pre-trained Transformer (GPT) model. It takes a tiny GPT model and compresses it into a QR code that, when scanned, trains and runs the model directly in your web browser. This is ideal for educators, learners, or enthusiasts who want to see a full GPT implementation in its most minimal form.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work