Having trouble using this dataset

#2
by tomersagi - opened

When trying to use this dataset in the model evaluation system, I am getting this error, even though I am logged in:

HTTPError: 401 Client Error: Unauthorized for url: https://datasets-server.huggingface.co/is-valid?dataset=bigscience-data%2Froots_ar_openiti_proc
Traceback:
File "/home/user/.local/lib/python3.8/site-packages/streamlit/scriptrunner/script_runner.py", line 554, in _run_script
exec(code, module.dict)
File "/home/user/app/app.py", line 169, in
is_valid_dataset = http_get(
File "/home/user/app/utils.py", line 61, in http_get
response.raise_for_status()
File "/home/user/.local/lib/python3.8/site-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)

BigScience Data org

Hi @tomersagi , thanks for reporting.

This is an issue with "Evaluation on the Hub": https://huggingface.co/spaces/autoevaluate/model-evaluator

  • The dataset is "gated" and your authentication credentials are not passed to the model-evaluator space.

This issue was already reported there: https://huggingface.co/spaces/autoevaluate/model-evaluator/discussions/33

  • Let's continue the discussion in that thread; I'm closing this.
albertvillanova changed discussion status to closed

Sign up or log in to comment