Skip to content

ianand/spreadsheets-are-all-you-need

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Spreadsheets-are-all-you-need

Spreadsheets-are-all-you-need 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

Download the sheet

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.