stanford_alpaca icon indicating copy to clipboard operation
stanford_alpaca copied to clipboard

AttributeError: 'ModelArguments' object has no attribute 'target_modules'

Open juzidelang opened this issue 2 years ago • 0 comments

File "***/train/sft/finetune_clm.py", line 156, in post_init if type(self.target_modules)==str: AttributeError: 'ModelArguments' object has no attribute 'target_modules'

Is it a code snippet accidentally introduced in finetune_clm.py? It seems to be better to execute it by commenting it out.

juzidelang avatar Sep 22 '23 03:09 juzidelang