rasbt-LLMs-from-scratch/ch02/01_main-chapter-code
2024-03-23 06:50:34 -05:00
..
ch02.ipynb add colon and semicolon to tokenizer 2024-03-23 06:50:34 -05:00
dataloader.ipynb Ch05 supplementary code (#81) 2024-03-19 09:26:26 -05:00
exercise-solutions.ipynb Ch05 supplementary code (#81) 2024-03-19 09:26:26 -05:00
README.md add and update readme files 2024-02-05 06:51:58 -06:00
the-verdict.txt ch02 code 2023-09-28 07:08:50 -05:00

Chapter 2: Working with Text Data

  • ch02.ipynb contains 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