-
Notifications
You must be signed in to change notification settings - Fork 387
Misc changes from changelog. #2062
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -33,6 +33,8 @@ The Hub has a viewer for GGUF files that lets a user check out metadata & tensor | |||||
| <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/gguf-tensortable-dark.png"/> | ||||||
| </div> | ||||||
|
|
||||||
| For GGUF files up to 10 GB the **GGUF Editor** label powered by Xet appears; clicking it opens an in-browser metadata editor so you can tweak properties such as the chat template without re-uploading the entire file. | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
I find the first sentence a bit confusing. |
||||||
|
|
||||||
| ## Usage with open-source tools | ||||||
|
|
||||||
| * [llama.cpp](./gguf-llamacpp) | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -4,8 +4,10 @@ | |||||
|
|
||||||
| 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](https://huggingface.co/docs/huggingface_hub/index), with 🤗 [`Transformers`](https://huggingface.co/docs/transformers/index) for fine-tuning and other usages or with any of the over [15 integrated libraries](./models-libraries). You can even leverage [Inference Providers](/docs/inference-providers/) or [Inference Endpoints](https://huggingface.co/docs/inference-endpoints) to use models in production settings. | ||||||
|
|
||||||
| The main [huggingface.co/models](https://huggingface.co/models) page exposes filters for Tasks, Parameter Count, Library, Supported Applications, and Inference Providers so you can narrow the catalog before opening a repo. | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| 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](./repositories-getting-started). | ||||||
| To learn how to upload models to the Hub, you can refer to the [Repositories Getting Started Guide](./repositories-getting-started). | ||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ The Hugging Face Hub offers **Organizations**, which can be used to group accoun | |
|
|
||
| If an organization needs to track user access to a dataset or a model due to licensing or privacy issues, an organization can enable [user access requests](./datasets-gated). | ||
|
|
||
| Note: Use the context switcher in your org settings to quickly switch between your account and your orgs. | ||
| Note: Use the context switcher in your org settings to quickly switch between your account and your orgs. The same Settings page lets you toggle directly between your personal account and each organization without leaving the view, and every user or organization profile includes a dedicated repository listing page so you can explore their models, datasets, and Spaces in one place. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The additional explanation sounds a bit confusing to me. |
||
|
|
||
| <div class="flex justify-center"> | ||
| <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/context-switcher.png"/> | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -38,6 +38,13 @@ If your paper is not linked to your account, you can click in your name in the c | |||||
| If you don't have any papers on Hugging Face yet, you can index your first one as explained [here](#can-i-have-a-paper-page-even-if-i-have-no-modeldatasetspace). Once available, you can claim authorship. | ||||||
|
|
||||||
|
|
||||||
| ## Recent additions | ||||||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
maybe?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I like this one better than "recent additions". But let's use "organization" for consistency with the following paragraph (and https://huggingface.co/docs/hub/organizations) |
||||||
|
|
||||||
| Submitting a Paper allows tagging an Organization so it appears on that org's dedicated `/papers` page (for example `https://huggingface.co/nvidia/papers`), which helps teams showcase their work together. | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| The Daily Papers page highlights Trending Papers—ranked by recent GitHub activity along with their code links—and each entry includes an AI-generated one-sentence abstract so readers can quickly understand the main idea before diving deeper. | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This feels a bit out of place here, especially after the section title rename. Perhaps we can add another mini-section? I'd also mention AK, link to the page, and remove the ranking explanation. |
||||||
|
|
||||||
|
|
||||||
| ## Frequently Asked Questions | ||||||
|
|
||||||
| ### Can I control which Paper pages show in my profile? | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -50,6 +50,8 @@ After creating your model repository, you should see a page like this: | |
|
|
||
| Note that the Hub prompts you to create a *Model Card*, which you can learn about in the [**Model Cards documentation**](./model-cards). Including a Model Card in your model repo is best practice, but since we're only making a test repo at the moment we can skip this. | ||
|
|
||
| The Files & Versions tab also displays the total size of the current branch/folder so you can monitor how much storage your repo is using as you add or remove files. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'd maybe move this to the end of the following section, because we haven't talked about the Files tab yet. Also, it's |
||
|
|
||
| ## Adding files to a repository (Web UI) | ||
|
|
||
| To add files to your repository via the web UI, start by selecting the **Files** tab, navigating to the desired directory, and then clicking **Add file**. You'll be given the option to create a new file or upload a file directly from your computer. | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -28,6 +28,8 @@ We support [role mapping](#role-mapping) and [resource group mapping](#resource- | |||||
|
|
||||||
| You can easily integrate Hugging Face Hub with a variety of Identity Providers, such as Okta, OneLogin or Azure Active Directory (Azure AD). Hugging Face Hub can work with any OIDC-compliant or SAML Identity Provider. | ||||||
|
|
||||||
| As of November 2025, the official Hugging Face App is listed in the Okta Integration Network, providing a pre-validated SAML configuration that organizations can add directly from the network. OIDC, SCIM, and JIT provisioning are planned for the same app soon. | ||||||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is there a link on Okta side we should point to?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There's this link: https://www.okta.com/integrations/hugging-face/. I wonder if this belongs to this page instead: https://huggingface.co/docs/hub/security-sso-okta-saml. If we want to keep it as a general intro here, I'd maybe suggest something like:
Suggested change
|
||||||
|
|
||||||
| ## How to configure OIDC/SAML provider in the Hub | ||||||
|
|
||||||
| We have some guides available to help with configuring based on your chosen SSO provider, or to take inspiration from: | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -52,6 +52,8 @@ View detailed usage information for Inference Providers directly from your setti | |
|
|
||
| The same detailed view is available for organizations subscribed to a paid plan under the organization's settings. | ||
|
|
||
| Enterprise Hub orgs also gain access to an Inference Providers dashboard (in Organization Settings) with charts for provider- and model-level usage, team-member breakdowns, API call volume over time, and accrued costs so you can monitor consumption without leaving the Hub. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Isn't this covered here? Or is this different? |
||
|
|
||
| <div class="flex justify-center"> | ||
| <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/ip-billing-light.png"/> | ||
| <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/ip-billing-dark.png"/> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would add this as a mini-section after the ZeroGPU one, because we haven't said anything about ZeroGPU at this point in the doc.