Description
When attempting to load the AbstentionBench dataset from HuggingFace, the download process fails with a KeyError related to the Musique dataset archive structure.
Error Message
KeyError: "There is no item named 'raw_data\\musique/test.json' in the archive"
Full traceback:
File ~.cache\huggingface\modules\datasets_modules\datasets\facebook--AbstentionBench\22fa3ef06b69d03d7e0abf64303b960f6e423906eb18f96e604f9851d1b9135d\AbstentionBench.py:95, in AbstentionBench.download_and_prepare(self, dl_manager, _)
...
KeyError: "There is no item named 'raw_data\\musique/test.json' in the archive
Steps to Reproduce
-
Authenticate with HuggingFace:
from huggingface_hub import login
login()
-
import datasets
abstention_bench_data = datasets.load_dataset('facebook/AbstentionBench', trust_remote_code=True)
-
Error occurs during the download/preparation phase when processing the Musique dataset
Description
When attempting to load the AbstentionBench dataset from HuggingFace, the download process fails with a
KeyErrorrelated to the Musique dataset archive structure.Error Message
KeyError: "There is no item named 'raw_data\\musique/test.json' in the archive"
Full traceback:
File ~.cache\huggingface\modules\datasets_modules\datasets\facebook--AbstentionBench\22fa3ef06b69d03d7e0abf64303b960f6e423906eb18f96e604f9851d1b9135d\AbstentionBench.py:95, in AbstentionBench.download_and_prepare(self, dl_manager, _)
...
KeyError: "There is no item named 'raw_data\\musique/test.json' in the archive
Steps to Reproduce
Authenticate with HuggingFace:
from huggingface_hub import login
login()
import datasets
abstention_bench_data = datasets.load_dataset('facebook/AbstentionBench', trust_remote_code=True)
Error occurs during the download/preparation phase when processing the Musique dataset