behavior-in-the-wild/LAMBDA
Dataset Summary LAMDBA is a long term ad memorability dataset, featuring data from 1749 participants and 2205 ads across 276 brands. Dataset Structure from datasets import load_dataset ds = load_dataset("behavior-in-the-wild/LAMBDA") ds DatasetDict({ train: Dataset({ features: ['video_id', 'recall_score', 'youtube_id', 'ad_details'], num_rows: 1964 }) test: Dataset({ features: ['video_id', 'recall_score', 'youtube_id'… See the full description on the dataset page: https://huggingface.co/datasets/behavior-in-the-wild/LAMBDA.
5283
