add main and optional sections

This commit is contained in:
rasbt
2024-06-19 17:48:25 -05:00
parent 85827e0a0b
commit 283397aaf2
7 changed files with 41 additions and 8 deletions

View File

@@ -1,3 +1,11 @@
# Chapter 7: Finetuning to Follow Instructions
### Main Chapter Code
- [ch07.ipynb](ch07.ipynb) contains all the code as it appears in the chapter
- [previous_chapters.py](previous_chapters.py) is a Python module that contains the GPT model we coded and trained in previous chapters, alongside many utility functions, which we reuse in this chapter
- [gpt_download.py](gpt_download.py) contains the utility functions for downloading the pretrained GPT model weights
### Optional Code
In progress ...