LLMs-from-scratch/ch02/01_main-chapter-code
Daniel Kleine bbb2a0c3d5
fixed num_workers (#229)
* fixed num_workers

* ch06 & ch07: added num_workers to create_dataloader_v1
2024-06-19 17:36:46 -05:00
..
2024-06-19 17:36:46 -05:00
2024-06-19 17:36:46 -05:00
2024-02-05 06:51:58 -06:00
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