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
load_dataset('glue', 'cola')
I think this version provided by requirements.txt in Week0 doesn't work because of not being able to use load_dataset('glue', 'cola')
requirements.txt
Therefore, I would like to recommend you update datasets and transformers to datasets==2.10.1 and transformers==4.27.3.
datasets
transformers
This should resolve the issue and ensure smooth functioning of the program.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think this version provided by
requirements.txt
in Week0 doesn't work because of not being able to useload_dataset('glue', 'cola')
load_dataset('glue', 'cola')
huggingface/datasets#5671Therefore, I would like to recommend you update
datasets
andtransformers
to datasets==2.10.1 and transformers==4.27.3.This should resolve the issue and ensure smooth functioning of the program.
The text was updated successfully, but these errors were encountered: