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

@@ -2345,7 +2345,7 @@
"id": "dafdc910-d616-47ab-aa85-f90c6e7ed80e",
"metadata": {},
"source": [
"- See the [./gpt_class_fintune.py](./gpt_class_fintune.py) script, a self-contained script for classification finetuning\n",
"- See the [./gpt_class_finetune.py](./gpt_class_finetune.py) script, a self-contained script for classification finetuning\n",
"- You can find the exercise solutions in [./exercise-solutions.ipynb](./exercise-solutions.ipynb)\n",
"- In addition, interested readers can find an introduction to parameter-efficient training with low-rank adaptation (LoRA) in [appendix E](../../appendix-E)"
]