-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
运行复现代码,为什么报错? #13
Comments
数据的格式,和 dataset_info.json 中设置的格式不一样 |
你的代码没有更新到最新 |
我更新到了复现代码中指定的版本 |
[rank4]: ValueError: Some specified arguments are not used by the HfArgumentParser: ['--pref_loss:', 'orpo', '--orpo_beta', '0.05'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
数据格式明显是错的
"dpo_mix_en": {
"hf_hub_url": "hiyouga/DPO-En-Zh-20k",
"subset": "en",
"ranking": true,
"formatting": "sharegpt",
"columns": {
"messages": "conversations",
"chosen": "chosen",
"rejected": "rejected"
}
},
"dpo_mix_zh": {
"hf_hub_url": "hiyouga/DPO-En-Zh-20k",
"subset": "zh",
"ranking": true,
"formatting": "sharegpt",
"columns": {
"messages": "conversations",
"chosen": "chosen",
"rejected": "rejected"
}
},
The text was updated successfully, but these errors were encountered: