Closed luozhouyang closed 2 years ago
Hi,
the fix was merged and will be available in the next release of datasets
.
In the meantime, you can use it by installing datasets
directly from master as follows:
pip install git+https://github.com/huggingface/datasets.git
Describe the bug
I add a new question answering dataset to huggingface datasets manually. Here is the link: luozhouyang/question-answering-datasets
But when I load the dataset, an error raised:
Steps to reproduce the bug
Expected results
Load dataset successfully without any error.
Actual results
Environment info
datasets
version: 1.15.1