Closed yoshitomo-matsubara closed 8 months ago
@yoshitomo-matsubara Yes, there were a lot of changes to arg names. You can check it out here In short:
batch_size => per_device_train_batch_size
peft_lora_r => lora_r
peft_lora_alpha => lora_alpha
target_modules => lora_target_modules
Thanks everyone for reporting ! I just updated the instructions on the blogpost ! 🤗 Let me know if you face into more issues
Thank you for the quick fix!
Thank you for demonstrating gemma fine-tuning! https://huggingface.co/blog/gemma
I was trying to run the script to fine-tune gemma, following the HF's blog post
but there are some parse errors
Same command as the blog post, but I needed to add
--output_dir
to the command to run the scriptParser Error. Some of the arguments are not expected
Am I missing something important to run the script or using a wrong version?