Fix links in summary sections (#254)

This commit is contained in:
Sebastian Raschka
2024-06-29 07:51:31 -05:00
committed by GitHub
parent 31806828d0
commit f6bcdd37bd
2 changed files with 2 additions and 2 deletions

View File

@@ -2701,7 +2701,7 @@
"source": [
"## Summary and takeaways\n",
"\n",
"- See the [./gpt_class_fintune.py](./gpt_class_fintune.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 classification finetuning\n",
"- [./ollama_evaluate.py](./ollama_evaluate.py) is a standalonw 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)"