1. Apprendre
  2. /
  3. Cours
  4. /
  5. Working with Hugging Face

Connected

Exercice

Loading datasets

After you've chosen your dataset, it's time to load it with the datasets library!

In this case, you'll load the "validation" split of the "TIGER-Lab/MMLU-Pro" dataset, which is a benchmark evaluation dataset.

The load_dataset module from the datasets package is already loaded for you.

Instructions

100 XP
  • Use the correct function to load the "TIGER-Lab/MMLU-Pro" dataset and specify the "validation" split.