LLMs-from-scratch/ch02/01_main-chapter-code
Daniel Kleine 81c843bdc0
minor fixes (#246)
* removed duplicated white spaces

* Update ch07/01_main-chapter-code/ch07.ipynb

* Update ch07/05_dataset-generation/llama3-ollama.ipynb

* removed duplicated white spaces

* fixed title again

---------

Co-authored-by: Sebastian Raschka <mail@sebastianraschka.com>
2024-06-25 17:30:30 -05:00
..
2024-06-25 17:30:30 -05:00
2024-06-19 17:36:46 -05:00
2024-06-19 17:48:25 -05:00
2023-09-28 07:08:50 -05:00

Chapter 2: Working with Text Data

Main Chapter Code

  • ch02.ipynb contains all the code as it appears in the chapter

Optional Code

  • dataloader.ipynb is a minimal notebook with the main data loading pipeline implemented in this chapter