Skip to content

Commit 090d684

Browse files
authored
Data studio a few renames (#2047)
* unrelated * Update URL: `/docs/hub/datasets-viewer` to `/docs/hub/data-studio`
1 parent 89a3477 commit 090d684

File tree

10 files changed

+12
-11
lines changed

10 files changed

+12
-11
lines changed

docs/hub/_redirects.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ security-two-fa: security-2fa
2020
repositories-recommendations: storage-limits
2121
xet: xet/index
2222
storage-backends: xet/index
23+
datasets-viewer: data-studio

docs/hub/_toctree.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
title: Spark
270270
- local: datasets-webdataset
271271
title: WebDataset
272-
- local: datasets-viewer
272+
- local: data-studio
273273
title: Data Studio
274274
sections:
275275
- local: datasets-viewer-configure

docs/hub/billing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The PRO subscription unlocks essential features for serious users, including:
3131
- Higher tier for ZeroGPU Spaces usage
3232
- Ability to create ZeroGPU Spaces and use Dev Mode
3333
- Ability to publish Social Posts and Community Blogs
34-
- Leverage the [Data Studio](./datasets-viewer) on private datasets
34+
- Leverage the [Data Studio](./data-studio) on private datasets
3535
- Run and schedule serverless [CPU/ GPU Jobs](https://huggingface.co/docs/huggingface_hub/en/guides/jobs)
3636

3737
View the full list of benefits at https://huggingface.co/pro then subscribe over at https://huggingface.co/subscribe/pro

docs/hub/datasets-adding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ For most types of datasets, **Parquet** is the recommended format due to its eff
101101

102102
### Data Studio
103103

104-
The [Data Studio](./datasets-viewer) is useful to know how the data actually looks like before you download it.
104+
The [Data Studio](./data-studio) is useful to know how the data actually looks like before you download it.
105105
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).
106106

107107
After uploading your dataset, make sure the Dataset Viewer correctly shows your data, or [Configure the Dataset Viewer](./datasets-viewer-configure).

docs/hub/datasets-audio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ train-0000/
193193
└── 999.json
194194
```
195195

196-
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.
197-
Read more about it in the [Parquet format](./datasets-viewer#access-the-parquet-files) documentation.
196+
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.
197+
Read more about it in the [Parquet format](./data-studio#access-the-parquet-files) documentation.
198198

199199
### Parquet format
200200

docs/hub/datasets-image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ train-0000/
191191
└── 999.json
192192
```
193193

194-
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.
195-
Read more about it in the [Parquet format](./datasets-viewer#access-the-parquet-files) documentation.
194+
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.
195+
Read more about it in the [Parquet format](./data-studio#access-the-parquet-files) documentation.
196196

197197
### Parquet format
198198

docs/hub/datasets-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Datasets on the Hub
44

5-
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.
5+
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.
66

77
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.
88

docs/hub/datasets-video.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,4 @@ train-0000/
190190
└── 999.json
191191
```
192192

193-
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.
193+
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.

docs/hub/datasets-viewer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can search for a word in the dataset by typing it in the search bar at the t
2727

2828
## Run SQL queries on the dataset
2929

30-
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).
30+
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).
3131

3232
<div class="flex justify-center">
3333
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/sql-ai.png" />

docs/hub/model-cards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ Yes, you can add custom tags to your model by adding them to the `tags` field in
277277

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

280-
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.
280+
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.
281281

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

0 commit comments

Comments
 (0)