From 79088e8fa1c7e7c02801b35e9ae93edf0916f420 Mon Sep 17 00:00:00 2001 From: Quentin Lhoest Date: Fri, 12 Feb 2021 16:53:35 +0100 Subject: [PATCH] fix docs --- docs/source/share_dataset.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/share_dataset.rst b/docs/source/share_dataset.rst index a67d45f3de1..3f96ac6a856 100644 --- a/docs/source/share_dataset.rst +++ b/docs/source/share_dataset.rst @@ -112,7 +112,7 @@ In this page, we will show you how to share a dataset with the community on the Optionally, you can join an existing organization or create a new one. Prepare your dataset for uploading -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ We have seen in the :doc:`dataset script tutorial `: how to write a dataset loading script. Let's see how you can share it on the `datasets hub `__. @@ -203,7 +203,7 @@ Additionally, if you want to change multiple repos at once, the `change_config.p Check the directory before pushing to the datasets hub. -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Make sure there are no garbage files in the directory you'll upload. It should only have: @@ -240,11 +240,11 @@ And pushed to the remote: git push -This will upload the folder containing the dataset script and dataset infos we have just prepared. +This will upload the folder containing the dataset script and dataset infos that we have just prepared. Using your dataset -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Your dataset now has a page on huggingface.co/datasets 🔥