llms-from-scratch-cn/ch03/01_main-chapter-code/README.md
2024-02-28 23:31:55 +08:00

264 B

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