show how to use the finetuned model

This commit is contained in:
Sebastian Raschka
2024-07-09 06:43:26 -07:00
parent e2918af036
commit 4f0a107692
4 changed files with 256 additions and 4 deletions

View File

@@ -9,5 +9,8 @@
### 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
- [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)