llms-from-scratch-cn/Codes/ch03/01_main-chapter-code
2026-03-26 12:16:45 +08:00
..
figures 0610 2024-06-10 17:00:23 +08:00
ch03.ipynb bug fix 2026-03-26 12:16:45 +08:00
exercise-solutions.ipynb bug fix 2026-03-26 12:16:45 +08:00
multihead-attention.ipynb bug fix 2026-03-26 12:16:45 +08:00
README.md 0610 2024-06-10 17:00:23 +08:00
small-text-sample.txt 0610 2024-06-10 17:00:23 +08:00

Chapter 3: Coding Attention Mechanisms

  • ch03.ipynb contains all the code as it appears in the chapter
  • multihead-attention.ipynb is a minimal notebook with the main data loading pipeline implemented in this chapter