Dataset
Dados & Embeddings
cais/hle
Dataset em destaque no Hugging Face — 34.5 mil downloads. [!NOTE] IMPORTANT: Please help us protect the integrity of this benchmark by not publicly sharing, re-uploading, or distributing the dataset.
Hugging Face · Datasets
·cais
·
·↓ 34456
·♥ 892
O dataset cais/hle 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: MIT
- Downloads: 34.5 mil · Curtidas: 892
Sobre o dataset
[!NOTE] IMPORTANT: Please help us protect the integrity of this benchmark by not publicly sharing, re-uploading, or distributing the dataset.
Como carregar
Use a biblioteca datasets do Hugging Face:
pip install -U datasets
from datasets import load_dataset
ds = load_dataset("cais/hle")
print(ds)
print(ds["train"][0])