Homemade GPT JS – A Tensorflow.js Re-Implementation of MinGPT(github.com)
github.com
Homemade GPT JS – A Tensorflow.js Re-Implementation of MinGPT
https://github.com/trekhleb/homemade-gpt-js
2 comments
Thanks for the feedback! WebGPT is good. Looks like it is a vanilla JS? I used TensorFlow.js to offload all the troubles of working with tensors, gradients, and WebGPU integration to it. Along with a possibility to train the model in the browser it also helped to keep the actual GPT code pretty concise (<300 lines). Hopefully it will make easier to learn the model architecture itself for those who’re interested.
I have previously been impressed by https://github.com/0hq/WebGPT. Now, your project has rekindled hopes for a pure-JS GPT-like model.
Keep it up!