-
Notifications
You must be signed in to change notification settings - Fork 54
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
Load dataset from hf failed #68
Comments
Hi, can you try deleting the cached files and download all over again? |
yes, and I test many times in both local machine and docker environment. I don't known if you can reproduce this error, maybe this error is just my mistakes. Thanks for your reply. Finally I was forced to download the jsonl file and load it from local disk and it works. I can still use this dataset but I think this error may leading to reduced usage. |
Glad to hear you've loaded the dataset! Perhaps this error is due to a low
|
I have already upgraded it to the lastest version but it didn't work. Maybe it's the huggingface issue? |
File "/usr/local/lib/python3.9/dist-packages/datasets/packaged_modules/cache/cache.py", line 65, in _find_hash_in_cache
raise ValueError(
ValueError: Couldn't find cache for THUDM/LongBench for config '2wikimqa'
Available configs in the cache: ['dureader', 'hotpotqa', 'multifieldqa_en_e', 'qasper_e']
The text was updated successfully, but these errors were encountered: