ciderlab/judge_prompt_dataset_v1_dedup
Self-Contained Judge Dataset Exported at: 20260602T022100Z This is the Hugging Face Hub-ready form of the judge dataset. It contains parquet shards with embedded prompt-order images and no separate asset tree. Layout train-*-of-*.parquet validation-*-of-*.parquet test-*-of-*.parquet metadata.json README.md Load from datasets import load_dataset ds = load_dataset("Jsonwu/judge_prompt_dataset_v1_dedup") Fields prompt_images stores… See the full description on the dataset page: https://huggingface.co/datasets/ciderlab/judge_prompt_dataset_v1_dedup.
Self-Contained Judge Dataset
Exported at: 20260602T022100Z
This is the Hugging Face Hub-ready form of the judge dataset. It contains parquet shards with embedded prompt-order images and no separate asset tree.
Layout
train-*-of-*.parquetvalidation-*-of-*.parquettest-*-of-*.parquetmetadata.jsonREADME.md
Load
from datasets import load_dataset
ds = load_dataset("Jsonwu/judge_prompt_dataset_v1_dedup")Fields
prompt_imagesstores the exact prompt-order image sequence as embedded images.context_image_indicesandcandidate_image_indicessliceprompt_imagesback into context and candidate groups.candidate_orderpreserves A/B ordering and usesground_truth_candidate_indexas a 0-based index into that list.image_inputsrecords the exact image order, provenance, and crop/fit preprocessing.source_pathis provenance back to the legacy export tree, not a live path in the Hub repo.
Notes
- The published repo is the recommended artifact for downstream analysis.
- The legacy JSONL +
assets/export remains a staging form only.
