Giskard-AI / cicd

Prototype of CI/CD functionality for Giskard.
Apache License 2.0
2 stars 1 forks source link

Problems with getting access to gated HF repos #6

Open AbSsEnT opened 11 months ago

AbSsEnT commented 11 months ago

During testing of the joeddav/xlm-roberta-large-xnli model, I am getting next error regarding authentication problem:

Cannot access gated repo for url https://huggingface.co/api/models/joeddav/xlm-roberta-large-xnli.
Repo model joeddav/xlm-roberta-large-xnli is gated. You must be authenticated to access it.
Inokinoki commented 9 months ago

"Gated" usually means there a license to be accepted. @cy-moi we may have similar issues in the future

Inokinoki commented 5 months ago

Currently, we can use user's HF token for the inference API. However, still to be checked because we are using our token for the validation