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

load_dataset ignores cached datasets and tries to hit HF Hub, resulting in API rate limit errors #7086

Open
tginart opened this issue Aug 2, 2024 · 0 comments

Comments

@tginart
Copy link

tginart commented Aug 2, 2024

Describe the bug

I have been running lm-eval-harness a lot which has results in an API rate limit. This seems strange, since all of the data should be cached locally. I have in fact verified this.

Steps to reproduce the bug

  1. Be Me
  2. Run load_dataset("TAUR-Lab/MuSR")
  3. Hit rate limit error
  4. Dataset is in .cache/huggingface/datasets
  5. ???

Expected behavior

We should not run into API rate limits if we have cached the dataset

Environment info

datasets 2.16.0
python 3.10.4

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

1 participant