add readme files

This commit is contained in:
rasbt
2023-10-25 18:46:40 -05:00
parent f26aa70ebd
commit e827b42e1e
5 changed files with 24 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
# Chapter 2: Working with Text Data
- [ch02.ipynb](ch02.ipynb) has all the code as it appears in the chapter
- [dataloader.ipynb](dataloader.ipynb) is a minimal notebook with the main data loading pipeline implemented in this chapter