Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
crowdsourced
Source Datasets:
original
ArXiv:
License:
yonatanbitton commited on
Commit
c1b075b
1 Parent(s): 4a8fbee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -67,13 +67,13 @@ English.
67
 
68
  ## Dataset Structure
69
  ### Data Fields
70
- A: datasets.Image() - the first input image, **A**:A'
71
- A': datasets.Image() - the second input image, different from A' in a single key, A:**A'**.
72
- B: datasets.Image() - the third input image, has the same different item as A, **B**:B'.
73
- B': datasets.Image() - the forth image, which is the analogy solution. Different from B' in a single key (the same different one as in A:A'), B:**B'**. Hidden in the test set.
74
- candidates_images: [datasets.Image()] - a list of candidate images solutions to the analogy.
75
- label: datasets.Value("int64") - the index of the ground-truth solution. Hidden in the test set.
76
- candidates: [datasets.Value("string")] - a list of candidate string solutions to the analogy.
77
 
78
  ### Data Splits
79
  There are three splits, TRAIN, VALIDATION, and TEST.
 
67
 
68
  ## Dataset Structure
69
  ### Data Fields
70
+ A: datasets.Image() - the first input image, **A**:A'.
71
+ A': datasets.Image() - the second input image, different from A in a single key, A:**A'**.
72
+ B: datasets.Image() - the third input image, has the same different item as A, **B**:B'.
73
+ B': datasets.Image() - the forth image, which is the analogy solution. Different from B in a single key (the same different one as in A:A'), B:**B'**. Hidden in the test set.
74
+ candidates_images: [datasets.Image()] - a list of candidate images solutions to the analogy.
75
+ label: datasets.Value("int64") - the index of the ground-truth solution. Hidden in the test set.
76
+ candidates: [datasets.Value("string")] - a list of candidate string solutions to the analogy.
77
 
78
  ### Data Splits
79
  There are three splits, TRAIN, VALIDATION, and TEST.