revert changes

This commit is contained in:
younesbelkada
2023-04-04 11:01:07 +00:00
parent 8c83386ef4
commit 7ed9ad04bf
3 changed files with 0 additions and 75 deletions
@@ -26,7 +26,6 @@ config = LoraConfig(
lora_alpha=32,
lora_dropout=0.05,
bias="none",
task_type="VISION_2_SEQ",
)
# We load our model and processor using `transformers`