This commit is contained in:
younesbelkada
2023-04-04 08:29:51 +00:00
parent 46ab59628c
commit 96cd039036
3 changed files with 1 additions and 3 deletions
@@ -9,7 +9,6 @@ from peft import LoraConfig, get_peft_model
config = LoraConfig(
r=16,
lora_alpha=32,
target_modules=["q_proj", "v_proj"],
lora_dropout=0.05,
bias="none",
task_type="VISION_2_SEQ",