rasbt-LLMs-from-scratch/ch06
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
..
01_main-chapter-code fixed num_workers (#229) 2024-06-19 17:36:46 -05:00
02_bonus_additional-experiments fixed num_workers (#229) 2024-06-19 17:36:46 -05:00
03_bonus_imdb-classification fixed num_workers (#229) 2024-06-19 17:36:46 -05:00
README.md distinguish better between main chapter code and bonus materials 2024-06-11 21:07:42 -05:00

Chapter 6: Finetuning for Classification

Main Chapter Code

Bonus Materials