Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 1000 Bytes

datasets-usage.md

File metadata and controls

9 lines (5 loc) · 1000 Bytes

Using 🤗 Datasets

Once you've found an interesting dataset on the Hugging Face Hub, you can load the dataset using 🤗 Datasets. You can click on the Use in dataset library button to copy the code to load a dataset.

Some datasets on the Hub contain a loading script, which allows you to easily load the dataset when you need it.

Many datasets however do not need to include a loading script, for instance when their data is stored directly in the repository in formats such as CSV, JSON and Parquet. 🤗 Datasets can load those kinds of datasets automatically without a loading script.

For more information about using 🤗 Datasets, check out the tutorials and how-to guides available in the 🤗 Datasets documentation.