Skip to content

Commit c2bb932

Browse files
Pierrciclaude
andauthored
General documentation updates (#2355)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6506778 commit c2bb932

27 files changed

+29
-40
lines changed

docs/hub/allennlp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ All models on the Hub come up with useful features
1010
1. A training metrics tab with automatically hosted TensorBoard traces.
1111
2. Metadata tags that help for discoverability.
1212
3. An interactive widget you can use to play out with the model directly in the browser.
13-
4. An Inference API that allows to make inference requests.
13+
4. An Inference Providers widget that allows to make inference requests.
1414

1515
<div class="flex justify-center">
1616
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/libraries-allennlp_widget.png"/>

docs/hub/asteroid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ All models on the Hub come up with the following features:
1010
1. An automatically generated model card with a description, training configuration, metrics, and more.
1111
2. Metadata tags that help for discoverability and contain information such as licenses and datasets.
1212
3. An interactive widget you can use to play out with the model directly in the browser.
13-
4. An Inference API that allows to make inference requests.
13+
4. An Inference Providers widget that allows to make inference requests.
1414

1515
<div class="flex justify-center">
1616
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/libraries-transformers_widget.png"/>

docs/hub/datasets-pyarrow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Note that Parquet files on Hugging Face are optimized to improve storage efficie
8484
* [Parquet Content Defined Chunking](https://huggingface.co/blog/parquet-cdc) optimizes Parquet for [Xet](https://huggingface.co/docs/hub/en/xet/index), Hugging Face's storage backend. It accelerates uploads and downloads thanks to chunk-based deduplication and allows efficient file editing
8585
* Page index accelerates filters when streaming and enables efficient random access, e.g. in the [Dataset Viewer](https://huggingface.co/docs/dataset-viewer)
8686

87-
Pandas require extra argument to write optimized Parquet files:
87+
PyArrow requires extra arguments to write optimized Parquet files:
8888

8989
```python
9090
import pyarrow.parquet as pq

docs/hub/espnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ All models on the Hub come up with useful features:
1010
1. An automatically generated model card with a description, a training configuration, licenses and more.
1111
2. Metadata tags that help for discoverability and contain information such as license, language and datasets.
1212
3. An interactive widget you can use to play out with the model directly in the browser.
13-
4. An Inference API that allows to make inference requests.
13+
4. An Inference Providers widget that allows to make inference requests.
1414

1515
<div class="flex justify-center">
1616
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/libraries-espnet_widget.png"/>

docs/hub/fastai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can find `fastai` models by filtering at the left of the [models page](https
99
All models on the Hub come up with the following features:
1010
1. An automatically generated model card with a brief description and metadata tags that help for discoverability.
1111
2. An interactive widget you can use to play out with the model directly in the browser (for Image Classification)
12-
3. An Inference API that allows to make inference requests (for Image Classification).
12+
3. An Inference Providers widget that allows to make inference requests (for Image Classification).
1313

1414

1515
## Using existing models

docs/hub/flair.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ All models on the Hub come with these useful features:
1111

1212
1. An automatically generated model card with a brief description.
1313
2. An interactive widget you can use to play with the model directly in the browser.
14-
3. An Inference API that allows you to make inference requests.
14+
3. An Inference Providers widget that allows you to make inference requests.
1515

1616
## Installation
1717

docs/hub/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The Hugging Face Hub is a platform with over 2M models, 500k datasets, and 1M de
4848
<a class="no-underline! hover:opacity-60 transform transition-colors hover:translate-x-px" href="./models-libraries">Libraries</a>
4949
<a class="no-underline! hover:opacity-60 transform transition-colors hover:translate-x-px" href="./models-tasks">Tasks</a>
5050
<a class="no-underline! hover:opacity-60 transform transition-colors hover:translate-x-px" href="./models-widgets">Widgets</a>
51-
<a class="no-underline! hover:opacity-60 transform transition-colors hover:translate-x-px" href="./models-inference">Inference API</a>
51+
<a class="no-underline! hover:opacity-60 transform transition-colors hover:translate-x-px" href="./models-inference">Inference Providers</a>
5252
<a class="no-underline! hover:opacity-60 transform transition-colors hover:translate-x-px" href="./models-download-stats">Download Stats</a>
5353
</div>
5454

docs/hub/models-libraries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The Hub has support for dozens of libraries in the Open Source ecosystem. Thanks
44

55
The table below summarizes the supported libraries and their level of integration. Find all our supported libraries in [the model-libraries.ts file](https://github.com/huggingface/huggingface.js/blob/main/packages/tasks/src/model-libraries.ts).
66

7-
| Library | Description | Inference API | Widgets | Download from Hub | Push to Hub |
7+
| Library | Description | Inference Providers | Widgets | Download from Hub | Push to Hub |
88
|-----------------------------------------------------------------------------|--------------------------------------------------------------------------------------|---|---:|---|---|
99
| [Adapters](./adapters) | A unified Transformers add-on for parameter-efficient and modular fine-tuning. |||||
1010
| [AllenNLP](./allennlp) | An open-source NLP research library, built on PyTorch. |||||
@@ -44,6 +44,6 @@ The table below summarizes the supported libraries and their level of integratio
4444
| [Transformers.js](./transformers-js) | State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with no need for a server! |||||
4545
| [Unity Sentis](./unity-sentis) | Inference engine for the Unity 3D game engine |||||
4646

47-
### How can I add a new library to the Inference API?
47+
### How can I add support for a new library?
4848

4949
If you're interested in adding your library, please reach out to us! Read about it in [Adding a Library Guide](./models-adding-libraries).

docs/hub/models-uploading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The UI allows you to explore the model files and commits and to see the diff int
5858
5. Add metadata
5959

6060
You can add metadata to your model card. You can specify:
61-
* the type of task this model is for, enabling widgets and the Inference API.
61+
* the type of task this model is for, enabling widgets and Inference Providers.
6262
* the used library (`transformers`, `spaCy`, etc.)
6363
* the language
6464
* the dataset

docs/hub/notifications.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ By default, you'll receive a notification if:
77
- Someone mentions you in a discussion/PR.
88
- A new comment is posted in a discussion/PR you participated in.
99
- A new discussion/PR or comment is posted in one of the repositories of an organization or user you are watching.
10+
- Someone replies to one of your posts, blog articles, or paper pages.
1011

1112
![Notifications page](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/notifications-page.png)
1213

0 commit comments

Comments
 (0)