From 081676d8ddc8846c06fe21e780502291692de236 Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Sat, 21 Sep 2024 12:59:12 -0500 Subject: [PATCH] Add missing bullet point --- ch06/01_main-chapter-code/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ch06/01_main-chapter-code/README.md b/ch06/01_main-chapter-code/README.md index 0e4b9fd..a6a20ff 100644 --- a/ch06/01_main-chapter-code/README.md +++ b/ch06/01_main-chapter-code/README.md @@ -9,8 +9,6 @@ ### Optional Code -[load-finetuned-model.ipynb](load-finetuned-model.ipynb) is a standalone Jupyter notebook to load the finetuned model we created in this chapter - - +- [load-finetuned-model.ipynb](load-finetuned-model.ipynb) is a standalone Jupyter notebook to load the finetuned model we created in this chapter - [gpt_class_finetune.py](gpt_class_finetune.py) is a standalone Python script file with the code that we implemented in [ch06.ipynb](ch06.ipynb) to finetune the GPT model (you can think of it as a chapter summary)