Fine Tuning using PEFT

Fine Tuning using PEFT

Category: Fine-tuning
Framework: PyTorch
Dataset: Custom
Created: March 01, 2025

Overview

From scratch implementation of Fine Tuning using PEFT

Technical Details

  • Framework: PyTorch
  • Dataset: Custom
  • Category: Fine-tuning

Implementation Details

I implemented a simple fine tuning script using peft (qlora and bnb) for fine tuning llms. Also added a file for training encoder type models.

Frameworks:

Pytorch

Source Code

๐Ÿ“ GitHub Repository: Fine Tuning using PEFT

View the complete implementation, training scripts, and documentation on GitHub.