rasbt-LLMs-from-scratch/ch03
Daniel Kleine 2ee3df622e
nbviewer links / typo (#346)
* fixed typo

* removed remaining nbviewer links

* Update mha-implementations.ipynb

---------

Co-authored-by: Sebastian Raschka <mail@sebastianraschka.com>
2024-09-07 07:27:28 +02:00
..
01_main-chapter-code Test code in pytorch 2.4 (#285) 2024-07-24 21:53:41 -05:00
02_bonus_efficient-multihead-attention nbviewer links / typo (#346) 2024-09-07 07:27:28 +02:00
03_understanding-buffers Update README.md 2024-07-30 06:55:41 -05:00
README.md Understanding PyTorch Buffers (#288) 2024-07-26 08:45:36 -05:00

Chapter 3: Coding Attention Mechanisms

Main Chapter Code

Bonus Materials