-
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
imdb dataset cannot be loaded #876
Comments
It looks like there was an issue while building the imdb dataset. Also could you try again with dataset = datasets.load_dataset("imdb", split="train", download_mode="force_redownload") to make sure it's not a corrupted file issue ? |
I was using version 1.1.2 and this resolved with version 1.1.3, thanks. |
Hello, |
Hi ! I just tried in 1.8.0 and it worked fine. Can you try again ? Maybe the dataset host had some issues that are fixed now |
Hello, |
Ran into the same issue on a different dataset. I workedaround this by passing
to load_dataset method. Ref: datasets/src/datasets/builder.py Line 1141 in 871eabc
Note that this is a hack before the root cause is solved. |
Hi
I am trying to load the imdb train dataset
dataset = datasets.load_dataset("imdb", split="train")
getting following errors, thanks for your help
The text was updated successfully, but these errors were encountered: