flaviagiammarino commited on
Commit
a8687a2
1 Parent(s): 6f1f4be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -56,8 +56,8 @@ Each instance consists of an image-question-answer triplet.
56
  ```
57
  ### Data Fields
58
  - `'image'`: the image referenced by the question-answer pair.
59
- - `'question'`: the text of the question about the image.
60
- - `'answer'`: the text of the expected answer.
61
 
62
  ### Data Splits
63
  The dataset is split into training, validation and test. The split is provided directly by the authors.
 
56
  ```
57
  ### Data Fields
58
  - `'image'`: the image referenced by the question-answer pair.
59
+ - `'question'`: the question about the image.
60
+ - `'answer'`: the expected answer.
61
 
62
  ### Data Splits
63
  The dataset is split into training, validation and test. The split is provided directly by the authors.