https://github.com/srush/raspy
An interactive exploration of Transformer programming.
https://github.com/srush/raspy
transformer
Last synced: 3 months ago
JSON representation
An interactive exploration of Transformer programming.
- Host: GitHub
- URL: https://github.com/srush/raspy
- Owner: srush
- License: mit
- Created: 2022-11-23T18:13:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-15T22:50:47.000Z (over 2 years ago)
- Last Synced: 2025-06-03T10:06:16.122Z (about 1 year ago)
- Topics: transformer
- Language: Jupyter Notebook
- Homepage: https://srush.github.io/raspy
- Size: 883 KB
- Stars: 264
- Watchers: 5
- Forks: 21
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RASPy

## [Blog](https://srush.github.io/raspy/)
or
## [Colab](https://colab.research.google.com/github/srush/raspy/blob/main/Blog.ipynb)
This repo is a reimplementation for [RASP](https://github.com/tech-srl/RASP) as really neat language for thinking about transformer calculations.
This version is done completely in Python as an [embedded domain specific language](http://wiki.c2.com/?EmbeddedDomainSpecificLanguage).