metadata
license: mit
language:
- en
size_categories:
- 1K<n<10K
extra_gated_prompt: >-
You agree to not use the dataset to conduct experiments that cause harm to
human subjects.
extra_gated_fields:
Company: text
Country: country
Specific date: date_picker
I want to use this dataset for:
type: select
options:
- Research
- Education
- label: Other
value: other
I agree to use this dataset for non-commercial use ONLY: checkbox
Dataset Card
Dataset Description
This is a synthetic dataset that I am using to try to figure out how to make a widget. Watch this space.
from datasets import load_dataset
ds = load_dataset("emmharv/face_validity_synth", split="train")
ds.shuffle(seed=42).select(range(5))