Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 671 Bytes

File metadata and controls

18 lines (11 loc) · 671 Bytes

Fine-tuning LLMs - D200: Machine Learning in Economics

This repository contains the hands-on notebooks used in the D200 course for fine-tuning LLMs.

The exercises focus on fine-tuning techniques (LoRA, DPO) using lightweight models that run on standard GPUs.

Setup Notes

All exercises are designed to run on ≥16GB NVIDIA GPUs, with constrained configurations to ensure reliability.

Usage

Work through the notebooks in order.
Try implementing each section yourself before checking the solutions.