-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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:
Metadata
Metadata
Assignees
Labels
No labels
