Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
up - language.
  • Loading branch information
Vaibhavs10 committed Nov 18, 2025
commit b6b060796ca612f297591da8ea000e757bfc4825
2 changes: 1 addition & 1 deletion docs/hub/advanced-compute-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Enterprise Hub organizations gain access to advanced compute options to accelerate their machine learning journey.

In addition to ZeroGPU, you can run `hf jobs run…` on Hugging Face for arbitrary CPU or GPU workloads. The new Jobs service is billed by the second, supports simple scripts and large fleets of hardware, and is controlled via the `hf jobs run` CLI (see [the Jobs guide](https://huggingface.co/docs/huggingface_hub/en/guides/jobs)).
In addition to ZeroGPU, `hf jobs run…` executes arbitrary CPU or GPU workloads on Hugging Face. The Jobs service is billed by the second, supports simple scripts and large fleets of hardware, and is controlled via the `hf jobs run` CLI (see [the Jobs guide](https://huggingface.co/docs/huggingface_hub/en/guides/jobs)).
Copy link
Member

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.


## Host ZeroGPU Spaces in your organization

Expand Down
2 changes: 1 addition & 1 deletion docs/hub/datasets-viewer-configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Dataset Viewer supports many [data files formats](./datasets-adding#file-formats), from text to tabular and from image to audio formats.
It also separates the train/validation/test splits based on file and folder names.

The viewer can now render JSON cells inline, letting you expand nested objects, copy values, and inspect fields directly (useful for tool-calling datasets such as `interstellarninja/hermes_reasoning_tool_use` or `Salesforce/APIGen-MT-5k`).
The viewer renders JSON cells inline, letting you expand nested objects, copy values, and inspect fields directly (useful for tool-calling datasets such as `interstellarninja/hermes_reasoning_tool_use` or `Salesforce/APIGen-MT-5k`).

To configure the Dataset Viewer for your dataset, first make sure your dataset is in a [supported data format](./datasets-adding#file-formats).

Expand Down
2 changes: 1 addition & 1 deletion docs/hub/gguf.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ 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 you will now see a **GGUF Editor** label powered by Xet; clicking it opens an in-browser metadata editor so you can tweak properties such as the chat template without re-uploading the entire file.
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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.
GGUF files up to 10 GB can be edited using an in-browser **GGUF Editor** for metadata entries, powered by Xet. This allows you to tweak properties such as the chat template without re-uploading the entire file.

I find the first sentence a bit confusing.


## Usage with open-source tools

Expand Down
2 changes: 1 addition & 1 deletion docs/hub/models-the-hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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 now exposes filters for Tasks, Parameter Count, Library, Supported Applications, and Inference Providers so you can narrow the catalog before opening a repo.
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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.
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 your search to find repos of interest.


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

Expand Down
2 changes: 1 addition & 1 deletion docs/hub/organizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. The same Settings page now 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.
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.
Copy link
Member

Choose a reason for hiding this comment

The 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"/>
Expand Down
4 changes: 2 additions & 2 deletions docs/hub/paper-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ If you don't have any papers on Hugging Face yet, you can index your first one a

## Recent additions
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## Recent additions
## Tag your organisation on papers

maybe?

Copy link
Member

Choose a reason for hiding this comment

The 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)


When submitting a Paper you can now tag 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.
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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.
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.


The Daily Papers page now 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.
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.
Copy link
Member

Choose a reason for hiding this comment

The 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
Expand Down
2 changes: 1 addition & 1 deletion docs/hub/repositories-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ 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 now 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.
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.
Copy link
Member

Choose a reason for hiding this comment

The 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 Files and versions. We can fix it in line 55 below too ...start by selecting the **Files** tab


## Adding files to a repository (Web UI)

Expand Down
3 changes: 1 addition & 2 deletions docs/hub/repositories-pull-requests-discussions.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ _Note, Pull Requests and discussions can be enabled or disabled from the [reposi

By going to the community tab in any repository, you can see all Discussions and Pull requests. You can also filter to only see the ones that are open.

Repository owners can choose a default sorting (Trending, Most Reactions, or Recently Created) from the repository settings, and the discussions experience now offers emoji autocomplete whenever you type `:` in a comment or reply.
Repository owners can choose a default sorting (Trending, Most Reactions, or Recently Created) from the repository settings, and the discussions experience offers emoji autocomplete whenever you type `:` in a comment or reply.


<div class="flex justify-center">
Expand Down Expand Up @@ -161,4 +161,3 @@ git checkout pr/{PR_NUMBER}
git push origin pr/{PR_NUMBER}:refs/pr/{PR_NUMBER}
# for example: git push origin pr/42:refs/pr/42
```