rasbt-LLMs-from-scratch/ch02/01_main-chapter-code
casinca 564e986496
fix issue #664 - inverted token and pos emb layers (#665)
* fix inverted token and pos layers

* remove redundant code

---------

Co-authored-by: rasbt <mail@sebastianraschka.com>
2025-06-22 12:15:01 -05:00
..
ch02.ipynb Clarify dataset length in chapter 2 (#589) 2025-03-30 16:01:37 -05:00
dataloader.ipynb Minor readability improvement in dataloader.ipynb (#461) 2025-01-04 11:26:10 -06:00
exercise-solutions.ipynb fix issue #664 - inverted token and pos emb layers (#665) 2025-06-22 12:15:01 -05:00
README.md add main and optional sections 2024-06-19 17:48:25 -05:00
the-verdict.txt ch02 code 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