Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 1.12 KB

models-the-hub.md

File metadata and controls

11 lines (6 loc) · 1.12 KB

The Model Hub

What is the Model Hub?

The Model Hub is where the members of the Hugging Face community can host all of their model checkpoints for simple storage, discovery, and sharing. Download pre-trained models with the huggingface_hub client library, with 🤗 Transformers for fine-tuning and other usages or with any of the over 15 integrated libraries. You can even leverage Inference Providers or Inference Endpoints to use models in production settings.

You can refer to the following video for a guide on navigating the Model Hub:

<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/XvSGPZFEjDY" title="Model Hub Video" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

To learn how to upload models to the Hub, you can refer to the Repositories Getting Started Guide.

close