AlexBlck commited on
Commit
a5e3d66
·
verified ·
1 Parent(s): dfd8f68

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -49,11 +49,11 @@ METS (Multiple Edits and Textual Summaries) is a dataset of image editing sequen
49
 
50
  The dataset contains the following fields:
51
 
52
- - **img_id** (str): Unique identifier for the image sequence (4-digit padded, e.g., "0056")
53
  - **turn_index** (int): The number of edits applied (5, 10, or 15)
54
  - **source_img** (str): Path to the original unedited image
55
  - **target_img** (str): Path to the edited image after the specified number of manipulations
56
- - **difference_caption** (str): Human-written one-sentence summary of all differences between source and target images
57
 
58
  ## Licensing and Attribution
59
 
 
49
 
50
  The dataset contains the following fields:
51
 
52
+ - **img_id** (str): Unique identifier for the image sequence
53
  - **turn_index** (int): The number of edits applied (5, 10, or 15)
54
  - **source_img** (str): Path to the original unedited image
55
  - **target_img** (str): Path to the edited image after the specified number of manipulations
56
+ - **difference_caption** (str): Human-written summary of all differences between source and target images
57
 
58
  ## Licensing and Attribution
59