Using Datasets

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.

Last updated