-
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
Can't load a dataset #6261
Comments
I believe is due to the fact that doesn't work with .tgz files. |
Indeed, the dataset's data files structure is not supported natively by |
I did authentication with:
Isn't that the correct way to do it?
Great suggestion I will give it a try. |
Have you accepted the terms in the dialog here? IIRC Kaggle preinstalls an outdated |
Sorry for the late reply. Yes, I did. Thanks for the tip! |
Describe the bug
Can't seem to load the JourneyDB dataset.
It throws the following error:
Steps to reproduce the bug
dataset = load_dataset("JourneyDB/JourneyDB", data_files="data", use_auth_token=True)
Expected behavior
Load the dataset
Environment info
Notebook
The text was updated successfully, but these errors were encountered: