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
Issue
from datasets import load_dataset examples = load_dataset('facebook/winoground', use_auth_token=<YOUR USER ACCESS TOKEN>)
Gives error
TypeError: DatasetInfo.__init__() got an unexpected keyword argument 'task_templates'
A simple downgrade to lower datasets v 2.21.0 solves it.
datasets v 2.21.0
pip install datsets
Should load the dataset correctly.
3.0.0
transformers
The text was updated successfully, but these errors were encountered:
Thanks, for reporting.
We have been fixing most Hub datasets to remove the deprecated (and now non-supported) task templates, but we missed the "facebook/winoground".
It is fixed now: https://huggingface.co/datasets/facebook/winoground/discussions/8
Sorry, something went wrong.
Hello @albertvillanova
I got the same error while loading this dataset: https://huggingface.co/datasets/alaleye/aloresb...
How can I fix it ? Thanks
albertvillanova
No branches or pull requests
Describe the bug
Issue
Gives error
A simple downgrade to lower
datasets v 2.21.0
solves it.Steps to reproduce the bug
pip install datsets
Expected behavior
Should load the dataset correctly.
Environment info
3.0.0
transformers
version: 4.45.0.dev0The text was updated successfully, but these errors were encountered: