mlabonne/open-perfectblend

Dataset em destaque no Hugging Face — 1.1 mil downloads. 🎨 Open-PerfectBlend Open-PerfectBlend is an open-source reproduction of the instruction dataset introduced in the paper "The Perfect Blend: Redefin…

Hugging Face · Datasets ·mlabonne · ·↓ 1110 ·♥ 80

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

Ficha do dataset

  • Licença: Apache 2.0
  • Downloads: 1.1 mil · Curtidas: 80

Sobre o dataset

🎨 Open-PerfectBlend Open-PerfectBlend is an open-source reproduction of the instruction dataset introduced in the paper "The Perfect Blend: Redefining RLHF with Mixture of Judges".

Como carregar

Use a biblioteca datasets do Hugging Face:

pip install -U datasets

from datasets import load_dataset

ds = load_dataset("mlabonne/open-perfectblend")
print(ds)
print(ds["train"][0])

Explorar o dataset no Hugging Face →

compartilhar: