LLMs-from-scratch/ch03/01_main-chapter-code
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
..
ch03.ipynb add dropout scaling note 2024-11-06 05:52:47 -06:00
exercise-solutions.ipynb Test code in pytorch 2.4 (#285) 2024-07-24 21:53:41 -05:00
multihead-attention.ipynb Test code in pytorch 2.4 (#285) 2024-07-24 21:53:41 -05:00
README.md add main and optional sections 2024-06-19 17:48:25 -05:00
small-text-sample.txt

Chapter 3: Coding Attention Mechanisms

Main Chapter Code

  • ch03.ipynb contains all the code as it appears in the chapter

Optional Code