Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,36 +1,38 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
dataset_info:
|
4 |
-
features:
|
5 |
-
- name: question_id
|
6 |
-
dtype: int64
|
7 |
-
- name: image
|
8 |
-
dtype: image
|
9 |
-
- name: question_ml
|
10 |
-
dtype: string
|
11 |
-
- name: answer_ml
|
12 |
-
dtype: string
|
13 |
-
- name: reason_ml
|
14 |
-
dtype: string
|
15 |
-
splits:
|
16 |
-
- name: train
|
17 |
-
num_bytes: 4657449488.0
|
18 |
-
num_examples: 29459
|
19 |
-
- name: validation
|
20 |
-
num_bytes: 231826615.0
|
21 |
-
num_examples: 1459
|
22 |
-
- name: test
|
23 |
-
num_bytes: 307451135.0
|
24 |
-
num_examples: 1968
|
25 |
-
download_size: 4496686992
|
26 |
-
dataset_size: 5196727238.0
|
27 |
-
configs:
|
28 |
-
- config_name: default
|
29 |
-
data_files:
|
30 |
-
- split: train
|
31 |
-
path: data/train-*
|
32 |
-
- split: validation
|
33 |
-
path: data/validation-*
|
34 |
-
- split: test
|
35 |
-
path: data/test-*
|
36 |
-
---
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: question_id
|
6 |
+
dtype: int64
|
7 |
+
- name: image
|
8 |
+
dtype: image
|
9 |
+
- name: question_ml
|
10 |
+
dtype: string
|
11 |
+
- name: answer_ml
|
12 |
+
dtype: string
|
13 |
+
- name: reason_ml
|
14 |
+
dtype: string
|
15 |
+
splits:
|
16 |
+
- name: train
|
17 |
+
num_bytes: 4657449488.0
|
18 |
+
num_examples: 29459
|
19 |
+
- name: validation
|
20 |
+
num_bytes: 231826615.0
|
21 |
+
num_examples: 1459
|
22 |
+
- name: test
|
23 |
+
num_bytes: 307451135.0
|
24 |
+
num_examples: 1968
|
25 |
+
download_size: 4496686992
|
26 |
+
dataset_size: 5196727238.0
|
27 |
+
configs:
|
28 |
+
- config_name: default
|
29 |
+
data_files:
|
30 |
+
- split: train
|
31 |
+
path: data/train-*
|
32 |
+
- split: validation
|
33 |
+
path: data/validation-*
|
34 |
+
- split: test
|
35 |
+
path: data/test-*
|
36 |
+
---
|
37 |
+
|
38 |
+
This is the Malayalam translated version of the [VQA-X dataset](https://openaccess.thecvf.com/content_cvpr_2018/papers/Park_Multimodal_Explanations_Justifying_CVPR_2018_paper.pdf).
|