Getting error on Extractive question answering evaluation of dataset openassistant-guanaco by timdettmers on 🤗model evaluator. Please help.

#56
by harshraj - opened

I am getting following error when trying to do extractive question answering on the openassistant dataset. Please guide me how to do the model evaluation.

HTTPError: 422 Client Error: Unprocessable Entity for url: https://datasets-server.huggingface.co/first-rows?dataset=timdettmers%2Fopenassistant-guanaco&config=timdettmers--openassistant-guanaco
Traceback:
File "/home/user/.local/lib/python3.10/site-packages/streamlit/scriptrunner/script_runner.py", line 554, in _run_script
exec(code, module.dict)
File "/home/user/app/app.py", line 233, in
rows_resp = http_get(
File "/home/user/app/utils.py", line 61, in http_get
response.raise_for_status()
File "/home/user/.local/lib/python3.10/site-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)

harshraj changed discussion status to closed

Sign up or log in to comment