ResNet50 + LoRA for Bird Classification (CUB-200-2011)
This repository contains LoRA (Low-Rank Adaptation) adapters fine-tuned on the CUB-200-2011 dataset for bird image classification. These adapters are designed to be applied to a standard torchvision.models.resnet50 base model.
Model Details
Base Model:torchvision.models.resnet50 (pre-trained on ImageNet).
Fine-tuning Method: Low-Rank Adaptation (LoRA) using the peft library.