You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the finetune_dpo.sh, an error occures: ValueError: Some specified arguments are not used by the HfArgumentParser: ['--task', 'DPO', '--dpo_use_average', 'False', '--dpo_beta', '0.1']
I have to delete such code in that file:
--task DPO
--dpo_use_average False
--dpo_beta 0.1
Any solution? Thanks!
The text was updated successfully, but these errors were encountered:
When I run the finetune_dpo.sh, an error occures: ValueError: Some specified arguments are not used by the HfArgumentParser: ['--task', 'DPO', '--dpo_use_average', 'False', '--dpo_beta', '0.1']
I have to delete such code in that file:
--task DPO
--dpo_use_average False
--dpo_beta 0.1
Any solution? Thanks!
The text was updated successfully, but these errors were encountered: