XSum dataset loading bug

The below command downloads some other dataset instead of the XSum dataset.

from datasets import load_dataset
dataset = load_dataset("xsum")

The output it gives is:

Using custom data configuration xsum-6c507864604e1772
Downloading and preparing dataset image_folder/xsum to /home/<user>/.cache/huggingface/datasets/image_folder/xsum-6c507864604e1772/0.0.0/...

How should I resolve/debug this?

Hi! I can’t reproduce this bug. Which version of datasets do you use? Can you try to update your installation of datasets with pip install -U datasets and let us know if that helps?