huggingface / hub-docs

Docs of the Hugging Face Hub
http://hf.co/docs/hub
Apache License 2.0
269 stars 230 forks source link

Improve Docs for Gated Models #642

Open patrickvonplaten opened 1 year ago

patrickvonplaten commented 1 year ago

With more and more powerful models being released in the field of "generative AI", gating models will become more and more important IMO.

The current state of the model docs can be improved IMO.

=> Happy to open a PR to potentially improve the docs there.

wdyt @osanseviero @julien-c ?

osanseviero commented 1 year ago
julien-c commented 1 year ago

👍

if you rewrite gated models, please also rewrite gated datasets, as they should be consistent

also cc @SBrandeis who wrote the initial doc

osanseviero commented 9 months ago

We now have gated models and datasets docs. I agree with

Not a huge fan of the docs: https://huggingface.co/docs/hub/models-gated . Think they mix information for "model authors" and "model users" too much. I'd write the docs a bit differently here: Why gated models? For authors: How to set-up gated models? For users: How to use gated models

would be cool to rewrite some of this as gated repos are being used more and more. We also have no docs on the settings tab and button to download the info. There is also @Wauplin's issue with examples on using it programmatically. I like the idea of rewriting with proposed structure

  1. Intro - why gated models
  2. How to use gated models (just clicking things through form, logging in, etc)
  3. How to manage gated models

WDYT? cc @apolinario as well

julien-c commented 9 months ago

(nit) for me would be more logical in that order:

  1. Intro - why gated models
  2. How to manage gated models
  3. How to use gated models (just clicking things through form, logging in, etc)

agree with everything else!

Wauplin commented 9 months ago

Opened a PR for it: https://github.com/huggingface/hub-docs/pull/1128.