gaia-benchmark/GAIA

Dataset em destaque no Hugging Face — 35.1 mil downloads. GAIA dataset GAIA is a benchmark which aims at evaluating next-generation LLMs (LLMs with augmented capabilities due to added tooling, efficient promp…

Hugging Face · Datasets ·gaia-benchmark · ·↓ 35111 ·♥ 704

O dataset gaia-benchmark/GAIA está entre os destaques do Hugging Face — dados que alimentam o treinamento e a avaliação dos modelos do momento.

Ficha do dataset

  • Idiomas: inglês
  • Downloads: 35.1 mil · Curtidas: 704

Sobre o dataset

GAIA dataset GAIA is a benchmark which aims at evaluating next-generation LLMs (LLMs with augmented capabilities due to added tooling, efficient prompting, access to search, etc).

Como carregar

Use a biblioteca datasets do Hugging Face:

pip install -U datasets

from datasets import load_dataset

ds = load_dataset("gaia-benchmark/GAIA")
print(ds)
print(ds["train"][0])

Explorar o dataset no Hugging Face →

compartilhar: