File size: 923 Bytes
7dc2cc4 5167284 776a4a9 5167284 776a4a9 7dc2cc4 |
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 48 |
---
license: mit
dataset_info:
features:
- name: omni_edit_id
dtype: string
- name: task
dtype: string
- name: src_img
dtype: image
- name: edited_img
dtype: image
- name: edited_prompt_list
sequence: string
- name: width
dtype: int64
- name: height
dtype: int64
- name: sc_score_1
dtype: int64
- name: sc_score_2
dtype: int64
- name: sc_reasoning
dtype: string
- name: pq_score
dtype: int64
- name: pq_reasoning
dtype: string
- name: o_score
dtype: float64
splits:
- name: swap
num_bytes: 10408992530.0
num_examples: 3000
- name: addition
num_bytes: 974331882.0
num_examples: 500
download_size: 11447750864
dataset_size: 11383324412.0
configs:
- config_name: default
data_files:
- split: swap
path: data/swap-*
- split: addition
path: data/addition-*
---
|