Spreadsheets-are-all-you-need Notebooks are what happens when a spreadsheet and a python notebook have an AI powered baby in browser land.
Learn more at https://spreadsheets-are-all-you-need.ai/one-file-infinite-possibilities-introducing-spreadsheets-are-all-you-need-notebooks/
- blank.saayn.html: A blank notebook
- basic-example.saayn.html: A simple example of a notebook in action for summarizing a list of orders.
- more-orders.csv: Sample CSV file to use with
basic-example.saayn.html
. - interactive.saayn.html: A simple example of extending a notebook with HTML.
- fetch-api-example.saayn.html: A simple example of a notebook fetching data from a CORS compatible API.
Spreadsheets-are-all-you-need Excel implements the forward pass of GPT2 (an ancestor of ChatGPT) entirely in Excel using standard spreadsheet functions.
By using a spreadsheet anyone (even non-developers) can explore and play directly with how a “real” transformer works under the hood with minimal abstractions to get in the way.
Visit spreadsheets-are-all-you-need.ai for more info
The sheet is available as an xlsb (Excel binary) file in the Releases section of this repo. You should be able to download and run this file in Excel for Mac or PC.
The file does not use VBA or Macros. However, if you are concerned about safely opening untrusted Excel files you can disable macros in the Excel Trust Center and open the file in Excel Protected View.