rasbt-LLMs-from-scratch/ch02/01_main-chapter-code
2024-01-01 19:41:18 +01:00
..
ch02.ipynb add package versions to the top of the notebook 2024-01-01 19:41:18 +01:00
dataloader.ipynb add package versions to the top of the notebook 2024-01-01 19:41:18 +01:00
exercise-solutions.ipynb use block size variable in positional embedding layer 2023-12-28 19:05:06 +01:00
README.md add readme files 2023-10-25 18:46:40 -05:00
the-verdict.txt ch02 code 2023-09-28 07:08:50 -05:00

Chapter 2: Working with Text Data

  • ch02.ipynb has all the code as it appears in the chapter
  • dataloader.ipynb is a minimal notebook with the main data loading pipeline implemented in this chapter