From b09fc086ae300fd938bccb9edd07f8b3099a6c93 Mon Sep 17 00:00:00 2001 From: Quentin Lhoest Date: Wed, 15 Nov 2023 17:18:46 +0100 Subject: [PATCH 1/2] fix broken link --- docs/hub/datasets.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/hub/datasets.md b/docs/hub/datasets.md index 74afcc24f..8b68c7709 100644 --- a/docs/hub/datasets.md +++ b/docs/hub/datasets.md @@ -1,13 +1,16 @@ # Datasets -The Hugging Face Hub is home to a growing collection of datasets that span a variety of domains and tasks. These docs will guide you through interacting with the datasets on the Hub, uploading new datasets, and using datasets in your projects. +The Hugging Face Hub is home to a growing collection of datasets that span a variety of domains and tasks. These docs will guide you through interacting with the datasets on the Hub, uploading new datasets, exploring the datasets contents, and using datasets in your projects. + +This documentation focuses on the datasets functionality in the Hugging Face Hub and how to use the datasets with supported libraries. For detailed information about the 🤗 Datasets python package, visit the [🤗 Datasets documentation](https://huggingface.co/docs/datasets/index). -This documentation focuses on the datasets functionality in the Hugging Face Hub instead of the 🤗 Datasets library. For detailed information about 🤗 Datasets, visit the [🤗 Datasets documentation](https://huggingface.co/docs/datasets/index). ## Contents - [Datasets Overview](./datasets-overview) - [Dataset Cards](./datasets-cards) - [Gated Datasets](./datasets-gated) +- [Uploading Datasets](./datasets-adding) +- [Downloading Datasets](./datasets-downloading) +- [Libraries](./datasets-libraries) - [Dataset Viewer](./datasets-viewer) -- [Using Datasets](./datasets-usage) -- [Adding New Datasets](./datasets-adding) +- [Data files Configuration](./datasets-data-files-configuration) From 2267caafb0fbc4af81b8b4a5dd229326d69bd225 Mon Sep 17 00:00:00 2001 From: Quentin Lhoest Date: Wed, 15 Nov 2023 17:18:50 +0100 Subject: [PATCH 2/2] update index --- docs/hub/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hub/index.md b/docs/hub/index.md index 8c84da8ff..ec13e8612 100644 --- a/docs/hub/index.md +++ b/docs/hub/index.md @@ -44,7 +44,7 @@ The Hugging Face Hub is a platform with over 350k models, 75k datasets, and 150k Downloading Datasets Libraries Dataset Viewer -Data files Configuration +Data files Configuration