Hey, all!
First off, I’m at a tiny, pre-funding startup so we’re not yet paying for HF Enterprise Hub. Every penny counts right now. We have a HF Organization, and the relevant people are Members of it.
I set up Argilla
in a private HF Space
as suggested in the setup docs. I put my HF username in the Username
field of the Secrets
section of the form. I left the Password
field empty, to keep OAuth
. When I logged into HF for this new space, I was assigned the Owner
role.
I was able to create a dataset and log()
records using the Python API, interactively label using the site that’s running in the Space
, download the dataset with the API, all good.
However, when I give other Members the URL for the Argilla HF Space, they get a 404. This is true even for other ADMIN
s of our Organization. I’m just guessing, but is this because I created the Space with my HF Username, and since it’s private and it’s using my Username they can’t access it? I had assumed that since the Space is owned by the Organization then the Organization members would be able to get to it… If this is the issue, is there some way to open up permissions to other without subscribing to Enterprise Hub? Thanks!