You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains my implementation of core components of LLMs from scratch using PyTorch. The goal of this project is to deeply understand how transformers work internally by implementing each component manually.
About
This repository contains my implementation of core components of LLMs from scratch using PyTorch. The goal of this project is to deeply understand how transformers work internally by implementing each component manually.