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
..
2024-06-18 19:37:26 -05:00

Chapter 7: Finetuning to Follow Instructions

Main Chapter Code

Bonus Materials

  • 02_dataset-utilities contains utility code that can be used for preparing an instruction dataset.

  • 03_model-evaluation contains utility code for evaluating instruction responses using a local Llama 3 model and the GPT-4 API.