dutta18 commited on
Commit
5c964f3
·
verified ·
1 Parent(s): 0280137

Update README.md

Browse files

This 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.

Files changed (1) hide show
  1. README.md +10 -1
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
+ ---