Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NonMatchingChecksumError when loading dataset in HuggingFace #1

Closed
constanzafierro opened this issue Dec 20, 2021 · 1 comment
Closed

Comments

@constanzafierro
Copy link

Hello!

I'm getting the following error when trying to load the dataset in huggingface datasets

NonMatchingChecksumError: Checksums didn't match for dataset source files:
['https://huggingface.co/datasets/corypaik/coda/resolve/main/data/default_train.jsonl', 'https://huggingface.co/datasets/corypaik/coda/resolve/main/data/default_validation.jsonl', 'https://huggingface.co/datasets/corypaik/coda/resolve/main/data/default_test.jsonl']

Colab to reproduce: https://colab.research.google.com/drive/1FRxDKyW4E6XUxYTCzGKKbvsCTHGK2KAO?usp=sharing

Is this expected?

Thanks!

@corypaik
Copy link
Collaborator

Hi, thanks for pointing this out, that shouldn't be happening! I did some digging, and it looks like the checksums were just incorrect. I pushed a fix for it, so you should be able to use it now. I think this auto-closed when I pushed the fix, but feel free to reopen it if you have any problems with downloading the dataset.

As for what went wrong with the checksums, I have no clue. I tried rewinding versions to regenerate the dataset/hashes, and it produces the same files, the same size in the info, but different checksums (quite strange).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants