File size: 1,161 Bytes
c689319
 
 
 
 
 
 
 
 
 
 
 
 
 
 
347e8d4
c689319
347e8d4
c689319
 
 
 
 
97c3bad
 
 
4a0a749
 
 
c6aee26
 
 
a60f5de
 
 
 
 
c689319
 
 
 
 
dd63e54
 
97c3bad
 
4a0a749
 
a60f5de
 
c689319
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
49
50
51
52
---
dataset_info:
  features:
  - 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: score
    dtype: int64
  - name: reasoning
    dtype: string
  splits:
  - name: quality
    num_bytes: 160275260.66666666
    num_examples: 120
  - name: instruction_follow
    num_bytes: 160348718.33333334
    num_examples: 120
  - name: reasoning_following
    num_bytes: 160353843.33333334
    num_examples: 120
  - name: consistency_score
    num_bytes: 80417060.0
    num_examples: 65
  - name: consistency
    num_bytes: 156943453.0
    num_examples: 120
  download_size: 864809193
  dataset_size: 718338335.3333334
configs:
- config_name: default
  data_files:
  - split: quality
    path: data/quality-*
  - split: consistency_score
    path: data/consistency_score-*
  - split: instruction_follow
    path: data/instruction_follow-*
  - split: reasoning_following
    path: data/reasoning_following-*
  - split: consistency
    path: data/consistency-*
---