LLMs-from-scratch/ch07/01_main-chapter-code
2024-06-19 17:48:25 -05:00
..
2024-06-19 07:09:32 -05:00
2024-06-09 10:35:26 -05:00
2024-06-08 10:38:41 -05:00
2024-06-19 17:36:46 -05:00
2024-06-19 17:48:25 -05:00

Chapter 7: Finetuning to Follow Instructions

Main Chapter Code

  • ch07.ipynb contains all the code as it appears in the chapter
  • 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 contains the utility functions for downloading the pretrained GPT model weights

Optional Code

In progress ...