CoolFace
Datasetpublic

SpatialReward/MER-Bench

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes376downloads
README.md36 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: pair_id5    dtype: string6  - name: label7    dtype: string8  - name: instruction9    dtype: string10  - name: original_image11    dtype: image12  - name: edited_images13    list: image14  splits:15  - name: 2pair16    num_bytes: 52349692117    num_examples: 20018  - name: 3pair19    num_bytes: 75501043020    num_examples: 20021  - name: 4pair22    num_bytes: 95014043323    num_examples: 20024  download_size: 222765977525  dataset_size: 222864778426configs:27- config_name: default28  data_files:29  - split: 2pair30    path: data/2pair-*31  - split: 3pair32    path: data/3pair-*33  - split: 4pair34    path: data/4pair-*35---36