Dear authors,
When I try to reproduce the results, some issues occur.
For example,
File "/home/work/an_nguyen/abba/train_arithmetic.py", line 86, in finetune model, abba_config = create_peft_model_it_abba(model, args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/work/an_nguyen/abba/models.py", line 91, in create_peft_model_it_abba abba_config = ABBAConfig( ^^^^^^^^^^^ TypeError: ABBAConfig.__init__() got an unexpected keyword argument 'target_modules'
Could you please update the runnable version of this repo, or please let me know what might be wrong in my setup.
Thank you.
Dear authors,
When I try to reproduce the results, some issues occur.
For example,
File "/home/work/an_nguyen/abba/train_arithmetic.py", line 86, in finetune model, abba_config = create_peft_model_it_abba(model, args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/work/an_nguyen/abba/models.py", line 91, in create_peft_model_it_abba abba_config = ABBAConfig( ^^^^^^^^^^^ TypeError: ABBAConfig.__init__() got an unexpected keyword argument 'target_modules'Could you please update the runnable version of this repo, or please let me know what might be wrong in my setup.
Thank you.