Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -14,16 +14,16 @@ dataset_info:
|
|
14 |
dtype: string
|
15 |
splits:
|
16 |
- name: train
|
17 |
-
num_bytes: 4657449488
|
18 |
num_examples: 29459
|
19 |
- name: validation
|
20 |
-
num_bytes: 231826615
|
21 |
num_examples: 1459
|
22 |
- name: test
|
23 |
-
num_bytes: 307451135
|
24 |
num_examples: 1968
|
25 |
download_size: 4496686992
|
26 |
-
dataset_size: 5196727238
|
27 |
configs:
|
28 |
- config_name: default
|
29 |
data_files:
|
@@ -33,6 +33,11 @@ configs:
|
|
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).
|
|
|
14 |
dtype: string
|
15 |
splits:
|
16 |
- name: train
|
17 |
+
num_bytes: 4657449488
|
18 |
num_examples: 29459
|
19 |
- name: validation
|
20 |
+
num_bytes: 231826615
|
21 |
num_examples: 1459
|
22 |
- name: test
|
23 |
+
num_bytes: 307451135
|
24 |
num_examples: 1968
|
25 |
download_size: 4496686992
|
26 |
+
dataset_size: 5196727238
|
27 |
configs:
|
28 |
- config_name: default
|
29 |
data_files:
|
|
|
33 |
path: data/validation-*
|
34 |
- split: test
|
35 |
path: data/test-*
|
36 |
+
task_categories:
|
37 |
+
- visual-question-answering
|
38 |
+
language:
|
39 |
+
- ml
|
40 |
+
pretty_name: malayalam visual question answering
|
41 |
---
|
42 |
|
43 |
+
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).
|