openml-labs / server-demo

A containerized demo application using FastAPI and SQLAlchemy connected to a MySQL database.
MIT License
1 stars 8 forks source link

HuggingFace authentication #6

Open josvandervelde opened 1 year ago

josvandervelde commented 1 year ago

LOW PRIO

For some datasets in the HuggingFace Hub, you need to be authenticated. The default response when a dataset is not found, is

"The dataset does not exist, or is not accessible without authentication (private or gated). Please retry with authentication."

We should make it possible to do a GET request to our server, and return a private HuggingFace dataset.

PGijsbers commented 1 year ago

LOW PRIO

For stuff like this, it's much more useful to work with labels. You can customize them all you want :)