LLMs-from-scratch/ch03
rasbt 1183fd7837
Some checks failed
Code tests (Linux) / test (push) Has been cancelled
Code tests (macOS) / test (push) Has been cancelled
Test PyTorch 2.0 and 2.5 / test (2.0.1) (push) Has been cancelled
Test PyTorch 2.0 and 2.5 / test (2.5.0) (push) Has been cancelled
Code tests (Windows) / test (push) Has been cancelled
Check hyperlinks / test (push) Has been cancelled
Spell Check / spellcheck (push) Has been cancelled
PEP8 Style checks / flake8 (push) Has been cancelled
add dropout scaling note
2024-11-06 05:52:47 -06:00
..
01_main-chapter-code add dropout scaling note 2024-11-06 05:52:47 -06:00
02_bonus_efficient-multihead-attention fixed typos (#414) 2024-10-24 18:23:53 -05:00
03_understanding-buffers Update README.md 2024-07-30 06:55:41 -05:00
README.md Update bonus section formatting (#400) 2024-10-12 10:26:08 -05:00

Chapter 3: Coding Attention Mechanisms

 

Main Chapter Code

 

Bonus Materials