PhoebusSi/Alpaca-CoT

Error when loading sharegpt dataset

Opened this issue · 0 comments

I have downloaded the sharegpt dataset in https://huggingface.co/datasets/QingyiSi/Alpaca-CoT/tree/main. But I encountered Error when loading the dataset using load_dataset. Here's the code to reproduce the error.

from datasets import load_dataset

dataset = load_dataset("json", data_files=["sharegpt_zh_38K.json"])

Here's the error information.
image