Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Spreadsheets: Browser GPT-2 Implementation
Explore a GPT2 implementation in the browser, offering a JavaScript-based, offline-first interface for understanding LLMs, ideal for web developers.
I’ve ported my Spreadsheets-are-all-you-need Excel spreadsheet that implements GPT2 to the browser. In the process, I’ve created an interface and web component library that is a cross between a Jupyter notebook and a spreadsheet that runs locally, offline-first in the browser in JavaScript rather than Python. It’s especially ideal for web developers who feel more comfortable with JavaScript to dissect and understand how a real LLM works. It also provides a gentle stepping stone to doing AI/ML in Jupyter/Python notebooks.