Closed tgebhart closed 10 months ago
Thanks for reporting this! The recent changes made to the HF repo that you refer to, were to enable the dataset viewer on the hub. Unfortunately, those changes were incompatible with the older version of the datasets library used by SciRepEval.
The version and requirements.txt has now been updated so pulling the latest changes and reinstalling with
pip install -r requirements.txt
should fix things.
Thanks!
I have run into an issue with downloading the HuggingFace (HF) evaluation dataset, resulting in errors being thrown in the evaluation/benchmarking descriptions given in the repository instructions.
I believe I have localized this issue to the config on HF itself. For example, running
as is done in the eval_dataests.py file results in a ValueError, ultimately thrown by HF:
I believe this error to be a result of the collection of recent commits made to the HF repo over the past two weeks. I can verify this as the issue by pinning the
load_dataset
function to the initial version on HF via:which functions as expected.
Unfortunately, I am not familiar with HF dataset upload/config, so I cannot diagnose this issue further or submit a PR fix on HF.