peft
peft copied to clipboard
LoRA support for image classification and segmentation
I had a question regarding LoRA support for image classification and segmentation. I understand that LoRA support is available for both as specified in the following tutorials: https://github.com/huggingface/peft/blob/main/examples/semantic_segmentation/semantic_segmentation_peft_lora.ipynb https://huggingface.co/docs/peft/main/en/task_guides/image_classification_lora
but is LoHa, LoKr, AdaLoRA, and QLoRA support available for image classification and segmentation? Or can we only use the traditional LoRA?
I could not find a definite answer to my question anywhere in the official documentation.