-
Notifications
You must be signed in to change notification settings - Fork 82
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
feat: 🎸 upgrade datasets to 2.3.1 #375
Conversation
It seems like we have an issue with the gated datasets: https://github.com/huggingface/datasets-server/runs/6895195217?check_suite_focus=true
cc @lhoestq: do you have an idea? Linked to https://github.com/huggingface/datasets/pull/4472/files? |
This is fixed in 2.3 ;) It is due to the hub changing the error code for unauthenticated requests to gated repos |
Hmmm: I get this error with datasets 2.3.0, and still have it in 2.3.1. It's something else, I'll investigate to make a reproducible example |
I'm getting this error on my side Oo ValueError: Arrow type extension<arrow.py_extension_type<pyarrow.lib.UnknownExtensionType>> does not have a datasets dtype equivalent. We were using extension types in the very beginning of the |
yes, I get this too when loading without the streaming mode. I'll create another test dataset. |
I deployed and also launched a cache refresh for all the datasets. |
No description provided.