Personal implementation (from scratch) following Build a Large Language Model (From Scratch) by Sebastian Raschka.
src/: implementationscripts/: training/evaluation/generation scriptsnotebooks/: experimentsconfigs/: hyperparameter/config filesdata/: datasets (typically gitignored)
- Create a virtual environment.
- Install dependencies (to be defined).
Commands and scripts will be added as the implementation grows.
- Sebastian Raschka, Build a Large Language Model (From Scratch)