We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the training is for rl, it should be able to read local dataset with load_from_disk.
In the line 118, you can find load_prepare_dpo_datasets and this should add a statement that read the local dataset with load_from_disk
load_prepare_dpo_datasets
load_from_disk
No response
The text was updated successfully, but these errors were encountered:
PR made:
#2193
Sorry, something went wrong.
No branches or pull requests
🔖 Feature description
When the training is for rl, it should be able to read local dataset with load_from_disk.
✔️ Solution
In the line 118, you can find
load_prepare_dpo_datasets
and this should add a statement that read the local dataset withload_from_disk
❓ Alternatives
No response
📝 Additional Context
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: