Error when loading sharegpt dataset
Opened this issue · 0 comments
jiangjiadi commented
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"])