https://github.com/shobhit-nagpal/minigpt
https://github.com/shobhit-nagpal/minigpt
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shobhit-nagpal/minigpt
- Owner: Shobhit-Nagpal
- Created: 2024-03-25T13:05:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-30T10:56:35.000Z (over 1 year ago)
- Last Synced: 2025-02-17T05:17:24.017Z (8 months ago)
- Language: Python
- Size: 419 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repo is to get myself introduced to ML models, watching a tutorial by Andrej Karpathy on building GPT froms scratch.
[Link to video](https://www.youtube.com/watch?v=kCc8FmEb1nY)
The gpt.py file implements the attention mechanism with a slight deviation from the original mechanism introduced in the "Attention is all you need" paper.