tofu
tofu copied to clipboard
Unable to train fintuned LoRA on forget
Getting below error while trying to train the finetuned (LoRA llama2) on forget set:
ValueError: Target module Dropout(p=0.05, inplace=False) is not supported. Currently, only the following modules are supported:
torch.nn.Linear,
torch.nn.Embedding,
torch.nn.Conv2d,
transformers.pytorch_utils.Conv1D.
can you please help me with this?