OverviewΒΆ

Welcome to the πŸ€— Datasets tutorial!

The goal of the tutorials are to help new users build up a basic understanding of πŸ€— Datasets. You will learn to:

  • Setup a virtual environment and install πŸ€— Datasets.

  • Load a dataset.

  • Explore what’s inside a Dataset object.

  • Use a dataset with PyTorch and TensorFlow.

  • Evaluate your model predictions with a metric.

After completing the tutorials, we hope you will have the necessary skills to start using our library in your own projects!

We understand that people who want to use πŸ€— Datasets come from a wide and diverse range of disciplines. The tutorials are designed to be as accessible as possible to people without a developer background. If you already have some experience, take a look at our Quick Start to see an end-to-end code example in context.