OpenOneRec/Explorer_LLM_Rec_Competition
Dataset em destaque no Hugging Face — 19.1 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
·
·↓ 19055
·♥ 14
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: 19.1 mil · Curtidas: 14
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])