From cff41c1fbc7c6afcd220db8637d02f7ab51d76a6 Mon Sep 17 00:00:00 2001 From: PRASHANTH REDDY NIMMAKAYALA Date: Sat, 12 Apr 2025 20:59:53 +0530 Subject: [PATCH] fix: typo in ch07.ipynb (#612) --- ch07/01_main-chapter-code/ch07.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch07/01_main-chapter-code/ch07.ipynb b/ch07/01_main-chapter-code/ch07.ipynb index e7e083a..22c031c 100644 --- a/ch07/01_main-chapter-code/ch07.ipynb +++ b/ch07/01_main-chapter-code/ch07.ipynb @@ -2815,7 +2815,7 @@ "source": [ "## Summary and takeaways\n", "\n", - "- See the [./gpt_instruction_finetuning.py](./gpt_instruction_finetuning.py) script, a self-contained script for classification finetuning\n", + "- See the [./gpt_instruction_finetuning.py](./gpt_instruction_finetuning.py) script, a self-contained script for instruction finetuning\n", "- [./ollama_evaluate.py](./ollama_evaluate.py) is a standalone script based on section 7.8 that evaluates a JSON file containing \"output\" and \"response\" keys via Ollama and Llama 3\n", "- The [./load-finetuned-model.ipynb](./load-finetuned-model.ipynb) notebook illustrates how to load the finetuned model in a new session\n", "- You can find the exercise solutions in [./exercise-solutions.ipynb](./exercise-solutions.ipynb)"