Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions docs/hub/_redirects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ security-two-fa: security-2fa
repositories-recommendations: storage-limits
xet: xet/index
storage-backends: xet/index
datasets-viewer: data-studio
2 changes: 1 addition & 1 deletion docs/hub/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
title: Spark
- local: datasets-webdataset
title: WebDataset
- local: datasets-viewer
- local: data-studio
title: Data Studio
sections:
- local: datasets-viewer-configure
Expand Down
2 changes: 1 addition & 1 deletion docs/hub/billing.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The PRO subscription unlocks essential features for serious users, including:
- Higher tier for ZeroGPU Spaces usage
- Ability to create ZeroGPU Spaces and use Dev Mode
- Ability to publish Social Posts and Community Blogs
- Leverage the [Data Studio](./datasets-viewer) on private datasets
- Leverage the [Data Studio](./data-studio) on private datasets
- Run and schedule serverless [CPU/ GPU Jobs](https://huggingface.co/docs/huggingface_hub/en/guides/jobs)

View the full list of benefits at https://huggingface.co/pro then subscribe over at https://huggingface.co/subscribe/pro
Expand Down
2 changes: 1 addition & 1 deletion docs/hub/datasets-adding.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ For most types of datasets, **Parquet** is the recommended format due to its eff

### Data Studio

The [Data Studio](./datasets-viewer) is useful to know how the data actually looks like before you download it.
The [Data Studio](./data-studio) is useful to know how the data actually looks like before you download it.
It is enabled by default for all public datasets. It is also available for private datasets owned by a [PRO user](https://huggingface.co/pricing) or a [Team or Enterprise organization](https://huggingface.co/enterprise).

After uploading your dataset, make sure the Dataset Viewer correctly shows your data, or [Configure the Dataset Viewer](./datasets-viewer-configure).
Expand Down
4 changes: 2 additions & 2 deletions docs/hub/datasets-audio.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ train-0000/
└── 999.json
```

Note that for user convenience and to enable the [Dataset Viewer](./datasets-viewer), every dataset hosted in the Hub is automatically converted to Parquet format up to 5GB.
Read more about it in the [Parquet format](./datasets-viewer#access-the-parquet-files) documentation.
Note that for user convenience and to enable the [Dataset Viewer](./data-studio), every dataset hosted in the Hub is automatically converted to Parquet format up to 5GB.
Read more about it in the [Parquet format](./data-studio#access-the-parquet-files) documentation.

### Parquet format

Expand Down
4 changes: 2 additions & 2 deletions docs/hub/datasets-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ train-0000/
└── 999.json
```

Note that for user convenience and to enable the [Dataset Viewer](./datasets-viewer), every dataset hosted in the Hub is automatically converted to Parquet format up to 5GB.
Read more about it in the [Parquet format](./datasets-viewer#access-the-parquet-files) documentation.
Note that for user convenience and to enable the [Dataset Viewer](./data-studio), every dataset hosted in the Hub is automatically converted to Parquet format up to 5GB.
Read more about it in the [Parquet format](./data-studio#access-the-parquet-files) documentation.

### Parquet format

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

## Datasets on the Hub

The Hugging Face Hub hosts a [large number of community-curated datasets](https://huggingface.co/datasets) for a diverse range of tasks such as translation, automatic speech recognition, and image classification. Alongside the information contained in the [dataset card](./datasets-cards), many datasets, such as [GLUE](https://huggingface.co/datasets/nyu-mll/glue), include a [Dataset Viewer](./datasets-viewer) to showcase the data.
The Hugging Face Hub hosts a [large number of community-curated datasets](https://huggingface.co/datasets) for a diverse range of tasks such as translation, automatic speech recognition, and image classification. Alongside the information contained in the [dataset card](./datasets-cards), many datasets, such as [GLUE](https://huggingface.co/datasets/nyu-mll/glue), include a [Dataset Viewer](./data-studio) to showcase the data.

Each dataset is a [Git repository](./repositories) that contains the data required to generate splits for training, evaluation, and testing. For information on how a dataset repository is structured, refer to the [Data files Configuration page](./datasets-data-files-configuration). Following the supported repo structure will ensure that the dataset page on the Hub will have a Viewer.

Expand Down
2 changes: 1 addition & 1 deletion docs/hub/datasets-video.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,4 @@ train-0000/
└── 999.json
```

Note that for user convenience and to enable the [Dataset Viewer](./datasets-viewer), every dataset hosted in the Hub is automatically converted to Parquet format up to 5GB. Since videos can be quite large, the URLs to the videos are stored in the converted Parquet data without the video bytes themselves. Read more about it in the [Parquet format](./datasets-viewer#access-the-parquet-files) documentation.
Note that for user convenience and to enable the [Dataset Viewer](./data-studio), every dataset hosted in the Hub is automatically converted to Parquet format up to 5GB. Since videos can be quite large, the URLs to the videos are stored in the converted Parquet data without the video bytes themselves. Read more about it in the [Parquet format](./data-studio#access-the-parquet-files) documentation.
2 changes: 1 addition & 1 deletion docs/hub/datasets-viewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You can search for a word in the dataset by typing it in the search bar at the t

## Run SQL queries on the dataset

You can run SQL queries on the dataset in the browser using the SQL Console. This feature also leverages our [auto-conversion to Parquet](datasets-viewer#access-the-parquet-files).
You can run SQL queries on the dataset in the browser using the SQL Console. This feature also leverages our [auto-conversion to Parquet](data-studio#access-the-parquet-files).

<div class="flex justify-center">
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/sql-ai.png" />
Expand Down
2 changes: 1 addition & 1 deletion docs/hub/model-cards.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ Yes, you can add custom tags to your model by adding them to the `tags` field in

### How can I indicate that my model is not suitable for all audiences

You can add a `not-for-all-audience` tag to your model card metadata. When this tag is present, a message will be displayed on the model page indicating that the model is not for all audiences. Users can click through this message to view the model card.
You can add a `not-for-all-audiences` tag to your model card metadata. When this tag is present, a message will be displayed on the model page indicating that the model is not for all audiences. Users can click through this message to view the model card.

### Can I write LaTeX in my model card?

Expand Down
Loading