https://github.com/mtrazzi/mlab
https://github.com/mtrazzi/mlab
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mtrazzi/mlab
- Owner: mtrazzi
- Created: 2023-10-20T12:41:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-18T22:33:17.000Z (over 2 years ago)
- Last Synced: 2025-01-27T23:42:52.300Z (over 1 year ago)
- Language: Python
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My own implementations for the [MLAB]([url](https://github.com/crsegerie/mlab2)https://github.com/crsegerie/mlab2) project-based course, where (among other things) you re-implement transformer-based models from scratch.
See [week 2 day 1](https://github.com/mtrazzi/mlab/blob/main/w2d1.py) for BERT and [week 2 day 3](https://github.com/mtrazzi/mlab/blob/main/w2d3_part1.py) for GPT.