Implement a ChatGPT-like LLM in PyTorch from scratch, step by step
COMMITS
/ appendix-D/01_main-chapter-code/appendix-D.ipynb June 22, 2025
S
Fix: Typo in `appendix_d.py` comments. (#682)
Sajjad Baloch committed
March 24, 2025
S
Add PyPI package (#576)
Sebastian Raschka committed
January 23, 2025
S
A few cosmetic updates (#504)
Sebastian Raschka committed
November 3, 2024
C
potential little fixes `appendix-D4 .ipynb` (#427)
casinca committed
November 1, 2024
R
Note about warm-up steps
rasbt committed
August 20, 2024
S
Note about MPS devices (#329)
Sebastian Raschka committed
June 3, 2024
R
fix learning rate scheduler
rasbt committed
May 24, 2024
R
update formatting
rasbt committed
May 23, 2024
R
update how to retrieve learning rate
rasbt committed
May 15, 2024
D
fix move model to device before calculating loss
DrCesar committed
May 13, 2024
R
tests and exercises
rasbt committed
April 18, 2024
S
Calculate warmup steps as a fraction (#121)
Sebastian Raschka committed
April 13, 2024
S
Make datesets and loaders compatible with multiprocessing (#118)
Sebastian Raschka committed
April 4, 2024
S
Rename variable to context_length to make it easier on readers (#106)
Sebastian Raschka committed
S
Remove reundant dropout in MLP module (#105)
Sebastian Raschka committed
April 1, 2024
R
figure scaling
rasbt committed
R
make figures for appendix d
rasbt committed
March 23, 2024
S
Add and link bonus material (#84)
Sebastian Raschka committed
March 19, 2024
S
Ch05 supplementary code (#81)
Sebastian Raschka committed
March 16, 2024
R
fix ipywidgets formatting issue
rasbt committed
R
update formatting
rasbt committed
March 11, 2024
R
Add appendix D
rasbt committed