Skip to content

Latest commit

 

History

History

01_main-code

part 6: Finetuning for Classification

Main part Code

  • part_5.ipynb contains all the code as it appears in the part
  • previous_parts.py is a Python module that contains the GPT model we coded and trained in previous parts, alongside many utility functions, which we reuse in this part
  • gpt_download.py contains the utility functions for downloading the pretrained GPT model weights
  • additional_examples.ipynb contains the Example solutions for this part

Optional Code