huggingface / competitions

https://huggingface.co/docs/competitions
Apache License 2.0
113 stars 12 forks source link

Gated user access to submit to public competition #44

Open ktrapeznikov opened 2 hours ago

ktrapeznikov commented 2 hours ago

Is there a way to enable gated user access before one is allowed to make a submission? In the same way some models and datasets, require users to fill out a request form and agree to terms, etc.

I am interested in doing this for a script competition.

abhishekkrthakur commented 2 hours ago

you can have the competition dataset as gated. or did i misunderstand your question? :)

ktrapeznikov commented 56 minutes ago

If it's a script competition, the dataset is already private. if I make the completion space public then anyone can submit. I'd like a way to control who can submit.

abhishekkrthakur commented 55 minutes ago

you can move competition space to an organization and make it private. then add people to the organization who can see the private competition space and they will be the only ones who can make submission.