casinca 564e986496 fix issue #664 - inverted token and pos emb layers (#665) 5 місяців тому
..
README.md 283397aaf2 add main and optional sections 1 рік тому
ch02.ipynb 6ea4dd3ae7 Clarify dataset length in chapter 2 (#589) 7 місяців тому
dataloader.ipynb cec445f146 Minor readability improvement in dataloader.ipynb (#461) 10 місяців тому
exercise-solutions.ipynb 564e986496 fix issue #664 - inverted token and pos emb layers (#665) 5 місяців тому
the-verdict.txt d1d29d0555 ch02 code 2 роки тому

README.md

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