rasbt-LLMs-from-scratch/ch03/01_main-chapter-code
Sebastian Raschka be5e2a3331
Readability and code quality improvements (#959)
* Consistent dataset naming

* consistent section headers
2026-02-17 18:44:56 -06:00
..
ch03.ipynb Readability and code quality improvements (#959) 2026-02-17 18:44:56 -06:00
exercise-solutions.ipynb Readability and code quality improvements (#959) 2026-02-17 18:44:56 -06: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 use block size variable in positional embedding layer 2023-12-28 19:05:06 +01:00

Chapter 3: Coding Attention Mechanisms

Main Chapter Code

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

Optional Code