-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Fix URLs for WikiAuto Manual, jeopardy and definite_pronoun_resolution #3266
Conversation
There seems to be problems with datasets metadata, of which I dont have access to. I think one of the datasets is from reddit. Can anyone help? |
Hello @LashaO , I think the errors were caused by
|
Hi ! Thanks for the fixes :) Instead of uploading the |
Actually the bad certificate creates an issue with the download import datasets
datasets.DownloadManager().download("https://www.hlt.utdallas.edu/~vince/data/emnlp12/train.c.txt")
# raises: ConnectionError: Couldn't reach https://www.hlt.utdallas.edu/~vince/data/emnlp12/train.c.txt Let me see if I can fix that |
I uploaded them to these URLs, feel free to use them instead of having the text files here in the PR :) |
Thank you for the tips! Having a busy week so anyone willing to commit the suggestions is welcome. Else, I will try to get back to this in a while. |
@LashaO Thanks for working on this. Yes, I'll take over as we already have a request to fix the URL of the Jeopardy! dataset in a separate issue. |
|
Thank you, Mario! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the updates !
The CI failure is only related to missing tags in the dataset cards, merging :) |
#3264