spreadsheets-are-all-you-need icon indicating copy to clipboard operation
spreadsheets-are-all-you-need copied to clipboard

Results 8 spreadsheets-are-all-you-need issues
Sort by recently updated
recently updated
newest added

Implement an in-browser spreadsheet to run GPT2. Would be great to have a pure browser implementation while maintaining the spreadsheet interface. Why: - Excel works but this limits the accessibility...

enhancement

Hi, i've downloaded a spreadsheet and have `#NAME` error everywhere it looks like `Split_Into_Characters` function doesn't work from `Prompt_to_Tokens` sheet is the script or macro missing?

Should try on OpenOffice Calc as a stop gap for browser based implementation https://github.com/ianand/spreadsheets-are-all-you-need/issues/2#issuecomment-2000321881

from https://news.ycombinator.com/item?id=39705919 ![image](https://github.com/ianand/spreadsheets-are-all-you-need/assets/78809/9d305c94-8bc2-4473-9cd7-b15803173ad3)

from: https://news.ycombinator.com/item?id=39701801 > brnt 13 hours ago | parent | next [–] > I'm not a big Excel user, but I see errors that I get when I type in...

What resources is your PC running on? I don't think I can open a spreadsheet that big on my PC.

The tokens in id_to_tokens tab are missing leading spaces for tokens that contain only whitespace and pure digits (i.e. \s\d+ in regex terms). For example in GPT Token ID 23...