Replies: 1 comment 3 replies
-
|
Please share the full stack trace for the error and the package version, otherwise it's impossible to diagnose the issue. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I use the following code for LoRA fine-tuning, an error is reported. What could be the reason for this?
TypeError: TrainingArguments.init() got an unexpected keyword argument 'finetune_mode'.
finetuned_pipeline = pipeline.fit( inputs=train_data, prediction_length=1, finetune_mode="lora", learning_rate=1e-5, num_steps=500, batch_size=256, accelerator="npu" )Beta Was this translation helpful? Give feedback.
All reactions