File size: 187 Bytes
c255e3f
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
peft_config = LoraConfig(
        lora_alpha=16,
        lora_dropout=0.05,
        r=8,
        bias="none",
        target_modules=["q_proj", "v_proj"],
        task_type="CAUSAL_LM",
)