Skip to content

Hugging face import error #3

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

Open
unsw-sg opened this issue May 25, 2025 · 0 comments
Open

Hugging face import error #3

unsw-sg opened this issue May 25, 2025 · 0 comments

Comments

@unsw-sg
Copy link

unsw-sg commented May 25, 2025

Description:

The dataset you've created on hugging face has invalid types. Pyarrows determination based on a sample produces an error that stop the import process.

Replication:

datasets 3.2.0

from datasets import load_dataset

dataset = load_dataset(
    "json",
    data_files="xxxxxxx/datasets--DataScienceUIBK--ComplexTempQA/snapshots/27b1f4da40dda4599ef548cbdb0ce0208decb5b8/ComplexTempQA.json",
    cache_dir="xxxxxxxx/hugging_face_cache_data"
)

Error:

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant