Skip to content

Hugging face import error #3

@unsw-sg

Description

@unsw-sg

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions