Datasets:

Modalities:
Text
Formats:
json
ArXiv:
Libraries:
Datasets
pandas
License:

DatasetGenerationError: An error occurred while generating the dataset

#2
by davidanugraha - opened

Hi, I am getting "DatasetGenerationError: An error occurred while generating the dataset" when trying to use annotations, in particular for split "AS". Could you investigate? Thank you!

Sorry for the inconvenience! Did you try with the environment setting as below?

!pip install datasets==2.19.2
!pip install pandas==2.1.4

I have set the environment as above, and the code below works fine for me.

from datasets import load_dataset

# Login using e.g. `huggingface-cli login` to access this dataset
ds = load_dataset("nayeon212/BLEnD", "short-answer-questions")

ds_as = ds['AS']

Sign up or log in to comment