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