File size: 832 Bytes
816c107 |
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 |
---
dataset_info:
features:
- name: index
dtype: string
- name: source_dataset
dtype: string
- name: category
dtype: string
- name: input_image
dtype: image
- name: edit_instruction
dtype: string
- name: output_reasoning_text
dtype: string
- name: output_image
dtype: image
- name: consistency_score
dtype: float64
- name: instruction_following_score
dtype: float64
- name: reasoning_following_score
dtype: float64
- name: quality_score
dtype: float64
- name: reasoning
dtype: string
- name: score
dtype: int64
splits:
- name: rewrite_edit
num_bytes: 678037437.0
num_examples: 520
download_size: 677757693
dataset_size: 678037437.0
configs:
- config_name: default
data_files:
- split: rewrite_edit
path: data/rewrite_edit-*
---
|