mlabonne/open-perfectblend
Dataset em destaque no Hugging Face — 4.8 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
·
·↓ 4792
·♥ 167
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: 4.8 mil · Curtidas: 167
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])