rasbt-LLMs-from-scratch/ch06
Sebastian Raschka 87deec0f5f Add standalone finetuning and evaluation scripts for chapter 7 (#234)
* add finetuning and eval scripts

* update link

* update links

* fix link
2024-06-21 05:23:24 -05:00
..
01_main-chapter-code Add standalone finetuning and evaluation scripts for chapter 7 (#234) 2024-06-21 05:23:24 -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