CodeT5 icon indicating copy to clipboard operation
CodeT5 copied to clipboard

Guidance on finetuning with PEFT/LoRA

Open AviSoori1x opened this issue 2 years ago • 1 comments
trafficstars

Could you please share any specific guidelines on doing this with PEFT/ LoRA? Particularly the LoRA config e.g.target_modules=["q_proj","v_proj"] or something else. I notices the finetuning script provided and is much appreciated but some example on how to do this with more resource efficient methods such as LoRA would be awesome. Thanks in advance!

AviSoori1x avatar Jun 06 '23 04:06 AviSoori1x

you can use CodeTF to fine-tune with PEFT/LORA: https://github.com/salesforce/CodeTF

bdqnghi avatar Jun 06 '23 08:06 bdqnghi