mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-08-30 11:31:08 +00:00

* Show epochs as integers on x-axis * Update ch07/01_main-chapter-code/previous_chapters.py * remove extra s * modify exercise plots * update chapter 7 plot * resave ch07 for better file diff
Chapter 7: Finetuning to Follow Instructions
Main Chapter Code
- 01_main-chapter-code contains the main chapter code and exercise solutions
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.