Skip to content

Commit

Permalink
Improved the tutorial by adding a link for loading datasets (#7042)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmboThom authored Aug 15, 2024
1 parent ebec269 commit 69d9f45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/create_dataset.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://huggingface.co/docs/datasets/image_dataset#imagefolder"><span class="underline decoration-yellow-400 decoration-2 font-semibold">ImageFolder</span></a> or <a href="https://huggingface.co/docs/datasets/audio_dataset#audiofolder"><span class="underline decoration-pink-400 decoration-2 font-semibold">AudioFolder</span></a> 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:
Expand Down

0 comments on commit 69d9f45

Please sign in to comment.