File size: 875 Bytes
15f6e46 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
---
license: apache-2.0
dataset_info:
features:
- name: participant_uid
dtype: int64
- name: race_ethnicity
dtype: string
- name: gender
dtype: string
- name: age
dtype: string
- name: example_take_uid
dtype: string
- name: example_take_root_dir
dtype: string
- name: example_image1
dtype: image
- name: example_image2
dtype: image
splits:
- name: train
num_bytes: 610004995.0
num_examples: 434
- name: val
num_bytes: 175129162.0
num_examples: 123
- name: test
num_bytes: 238144061.0
num_examples: 174
download_size: 1021919227
dataset_size: 1023278218.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: val
path: data/val-*
- split: test
path: data/test-*
---
TODO: adding descriptions.
https://huggingface.co/papers/2506.12258
|