Skip to content

Commit 74b9f1f

Browse files
fix: typo in ch07.ipynb (#612)
1 parent 9df572f commit 74b9f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch07/01_main-chapter-code/ch07.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2815,7 +2815,7 @@
28152815
"source": [
28162816
"## Summary and takeaways\n",
28172817
"\n",
2818-
"- See the [./gpt_instruction_finetuning.py](./gpt_instruction_finetuning.py) script, a self-contained script for classification finetuning\n",
2818+
"- See the [./gpt_instruction_finetuning.py](./gpt_instruction_finetuning.py) script, a self-contained script for instruction finetuning\n",
28192819
"- [./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",
28202820
"- The [./load-finetuned-model.ipynb](./load-finetuned-model.ipynb) notebook illustrates how to load the finetuned model in a new session\n",
28212821
"- You can find the exercise solutions in [./exercise-solutions.ipynb](./exercise-solutions.ipynb)"

0 commit comments

Comments
 (0)