An open API service indexing awesome lists of open source software.

https://github.com/shobhit-nagpal/minigpt


https://github.com/shobhit-nagpal/minigpt

Last synced: 4 months ago
JSON representation

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.