File size: 1,019 Bytes
425797b fa3d668 425797b fa3d668 425797b fa3d668 425797b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 |
---
dataset_info:
- config_name: PathVQA
features:
- name: index
dtype: int64
- name: question
dtype: string
- name: answer
dtype: string
- name: A
dtype: string
- name: B
dtype: string
- name: C
dtype: string
- name: D
dtype: string
- name: image
dtype: image
splits:
- name: test
num_bytes: 37053274.0
num_examples: 500
download_size: 35014619
dataset_size: 37053274.0
- config_name: SLAKE
features:
- name: index
dtype: int64
- name: question
dtype: string
- name: answer
dtype: string
- name: A
dtype: string
- name: B
dtype: string
- name: C
dtype: string
- name: D
dtype: string
- name: image
dtype: image
splits:
- name: test
num_bytes: 27827633.0
num_examples: 500
download_size: 19147515
dataset_size: 27827633.0
configs:
- config_name: PathVQA
data_files:
- split: test
path: PathVQA/test-*
- config_name: SLAKE
data_files:
- split: test
path: SLAKE/test-*
---
|