flaviagiammarino commited on
Commit
7e3d0aa
1 Parent(s): 676c7a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -56,7 +56,7 @@ Each instance consists of an image-question-answer triplet.
56
  }
57
  ```
58
  ### Data Fields
59
- - `'image'`: the image referenced by the question-answer pair, as a byte array.
60
  - `'question'`: the text of the question about the image.
61
  - `'answer'`: the text of the expected answer.
62
 
 
56
  }
57
  ```
58
  ### Data Fields
59
+ - `'image'`: the image referenced by the question-answer pair.
60
  - `'question'`: the text of the question about the image.
61
  - `'answer'`: the text of the expected answer.
62