rasbt-LLMs-from-scratch/ch07
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_dataset-utilities add instruction dataset 2024-06-08 10:38:41 -05:00
03_model-evaluation minor fixes (#222) 2024-06-18 19:37:26 -05:00
04_preference-tuning-with-dpo add instruction dataset 2024-06-08 10:38:41 -05:00
README.md distinguish better between main chapter code and bonus materials 2024-06-11 21:07:42 -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.