Datasets:
Tasks:
Visual Question Answering
Formats:
parquet
Languages:
English
Size:
10K - 100K
Tags:
medical
License:
Update README.md
Browse filesThis medium-sized dataset, comprising 6K samples, has been created using the AOKVQA Train split, Path-VQA Train & Val Split, and TDIUC Val Split (Quantitative Reasoning & Physical Reasoning Questions only). It is a multidomain dataset specifically designed to test the multidomain knowledge of VLMs, and can be used for inference or rapid prototyping.
README.md
CHANGED
@@ -25,4 +25,13 @@ configs:
|
|
25 |
path: data/train-*
|
26 |
- split: validation
|
27 |
path: data/validation-*
|
28 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
path: data/train-*
|
26 |
- split: validation
|
27 |
path: data/validation-*
|
28 |
+
license: apache-2.0
|
29 |
+
task_categories:
|
30 |
+
- visual-question-answering
|
31 |
+
language:
|
32 |
+
- en
|
33 |
+
tags:
|
34 |
+
- medical
|
35 |
+
size_categories:
|
36 |
+
- 10K<n<100K
|
37 |
+
---
|