Datasets:
Tasks:
Visual Question Answering
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
medical
License:
Commit
·
7e3d0aa
1
Parent(s):
676c7a6
Update README.md
Browse files
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
|
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 |
|