-
Notifications
You must be signed in to change notification settings - Fork 129
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
[BUG] Dataset 'lighteval/MATH-Hard' doesn't exist on the Hub #494
Comments
Same problem here. |
I meet the same error too. |
Did anyone find a temporary solution for this with an exactly similar dataset? I reckon this dataset would probably be uploaded to HF multiple times. |
Same problem with 'lighteval/MATH' : "DatasetNotFoundError: Dataset 'lighteval/MATH' doesn't exist on the Hub or cannot be accessed." |
Can use this checkpoint : https://huggingface.co/datasets/hendrycks/competition_math |
We have created a drop-in replacement for the original dataset here: DigitalLearningGmbH/MATH-lighteval. It contains appropriate builder configs s.t. it can be directly used with https://github.com/huggingface/lighteval/blob/main/examples/nanotron/custom_evaluation_tasks.py#L252 (you just need to adjust |
Hi! The original dataset has been taken down by a DMCA notice (more info here) so we had to remove access to it from the hub - we're very sorry and hope this will be solved soon, it's super inconvenient for all of us. Closing the issue in the meantime as there is nothing we can do on our side. |
Describe the bug
When I'm using the openllm leaderboard evaluation from llm_eval_harness, this pops up as an error: Dataset 'lighteval/MATH-Hard' doesn't exist on the Hub.
The URL https://huggingface.co/datasets/lighteval/MATH-Hard is empty now.
To Reproduce
Go to https://huggingface.co/datasets/lighteval/MATH-Hard
Expected behavior
At least show something
The text was updated successfully, but these errors were encountered: