From 9e333033b5f4af3705de26006c69fe12ad8e3e5c Mon Sep 17 00:00:00 2001 From: AmboThom Date: Thu, 11 Jul 2024 23:43:02 -0400 Subject: [PATCH] Improved the tutorial by adding a link for loading datasets --- docs/source/create_dataset.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/create_dataset.mdx b/docs/source/create_dataset.mdx index ddc9d48f85c..3b855481448 100644 --- a/docs/source/create_dataset.mdx +++ b/docs/source/create_dataset.mdx @@ -61,6 +61,8 @@ squirtle.png, When it retracts its long neck into its shell, it squirts out wate To learn more about each of these folder-based builders, check out the and ImageFolder or AudioFolder guides. +For similiar builders to load data from common formats such as `csv`, `json/jsonl`, `parquet`, and `txt` follow this guide [here](https://huggingface.co/docs/datasets/loading#local-and-remote-files) + ## From local files You can also create a dataset from local files by specifying the path to the data files. There are two ways you can create a dataset using the `from_` methods: