Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Fix HFValidationError caused by wrong repo_id
#15
by
albertvillanova
HF staff
- opened
Fix HFValidationError
caused by wrong repo_id:
huggingface_hub.errors.HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name'
This is caused when trying to push the details dataset:
- to repo_id: OWNER/results/details_MODEL_ID
- instead of repo_id: OWNER/details_MODEL_ID
This is fixed by passing OWNER (instead of RESULTS_REPO) to hub_results_org
parameter.
CC: @clefourrier