hheiden-roots commited on
Commit
6d57053
1 Parent(s): a5497c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -5
README.md CHANGED
@@ -57,11 +57,7 @@ This flat version of the dataset was specifically compiled to aid Large Multimod
57
  - `domain`: str, broad category of the website
58
  - `page_id`: str, unique ID for the particular page
59
  - `question`: str, the question to answer
60
- - `answers`: list of JSON objects, corresponding to ground truth
61
- - `answer_start`: int, starting position of the answer
62
- - `element_id`: int, if corresponds to a unique element this is its unique identifier
63
- - `text`: str, the actual answer
64
- - `image_path`: str, local path to the image
65
  - `image`: PIL.Image, the actual image to use for the question.
66
 
67
  ## Data Statistics
 
57
  - `domain`: str, broad category of the website
58
  - `page_id`: str, unique ID for the particular page
59
  - `question`: str, the question to answer
60
+ - `answer`: str, the actual answer
 
 
 
 
61
  - `image`: PIL.Image, the actual image to use for the question.
62
 
63
  ## Data Statistics