NonMatchingChecksumError

#3
by dhruvapatel - opened

Hello! I am facing an issue when downloading the multi_news dataset using load_dataset('multi_news'):

NonMatchingChecksumError: Checksums didn't match for dataset source files:
['https://drive.google.com/uc?export=download&id=1vRY2wM6rlOZrf9exGTm5pXj5ExlVwJ0C']

Thanks!

Thanks for reporting, @dhruvapatel .

We already fixed that issue: https://github.com/huggingface/datasets/pull/4585

You should update your datasets library:

pip install -U datasets
albertvillanova changed discussion status to closed

Thank you, @albertvillanova ! It was indeed a user error. I had updated the datasets library however, notebook was still importing the older version for datasets.

Sign up or log in to comment