Fine Tuning using PEFT
Fine Tuning using PEFT
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.