LLMs-from-scratch/ch03/01_main-chapter-code
rasbt 6aa2a587d2 Revert "newline"
This reverts commit 9eeeb67329f6ee0ee562a716586722bf00d68bb8.
2024-05-27 07:32:22 -05:00
..
2024-05-24 07:20:37 -05:00
2024-05-27 07:32:22 -05:00
2024-05-27 07:32:22 -05:00
2024-02-05 06:51:58 -06: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