-
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
load_dataset save_to_disk load_from_disk error #6353
Comments
solved. |
I'm using the latest datasets and fsspec , but still got this error! datasets : Version: 2.13.0 fsspec Version: 2023.10.0
|
datasets==2.10.1 and fsspec==2023.6.0 also works for me. |
确实 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
datasets version: 2.10.1
I
load_dataset
andsave_to_disk
sucessfully on windows10( and Iload_from_disk(/LLM/data/wiki)
succcesfully on windows10), and I copy the dataset/LLM/data/wiki
into a ubuntu system, but when I
load_from_disk(/LLM/data/wiki)
on ubuntu, something weird happens:It seems that something went wrong on the arrow file?
How can I solve this , since currently I can not save_to_disk on ubuntu system
Steps to reproduce the bug
datasets version: 2.10.1
Expected behavior
datasets version: 2.10.1
Environment info
datasets version: 2.10.1
The text was updated successfully, but these errors were encountered: