OpenOneRec/Explorer_LLM_Rec_Competition

Dataset em destaque no Hugging Face — 14.6 mil downloads. Explorer_LLM_Rec_Competition This dataset contains user historical behaviors and content metadata, constructed from real user interaction histories.

Hugging Face · Datasets ·OpenOneRec · ·↓ 14578 ·♥ 9

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

Ficha do dataset

  • Downloads: 14.6 mil · Curtidas: 9

Sobre o dataset

Explorer_LLM_Rec_Competition This dataset contains user historical behaviors and content metadata, constructed from real user interaction histories.

Como carregar

Use a biblioteca datasets do Hugging Face:

pip install -U datasets

from datasets import load_dataset

ds = load_dataset("OpenOneRec/Explorer_LLM_Rec_Competition")
print(ds)
print(ds["train"][0])

Explorar o dataset no Hugging Face →

compartilhar: