Datasets:
Tasks:
Visual Question Answering
Modalities:
Image
Formats:
imagefolder
Languages:
Korean
Size:
< 1K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,38 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: other
|
3 |
license_name: korean-vqa-license
|
4 |
license_link: https://sktbrain.github.io/KVQA/license.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- ko
|
4 |
license: other
|
5 |
license_name: korean-vqa-license
|
6 |
license_link: https://sktbrain.github.io/KVQA/license.html
|
7 |
+
pretty_name: KVQA
|
8 |
+
size_categories:
|
9 |
+
- 100K<n<1M
|
10 |
+
task_categories:
|
11 |
+
- visual-question-answering
|
12 |
+
dataset_info:
|
13 |
+
features:
|
14 |
+
- name: id
|
15 |
+
dtype: string
|
16 |
+
- name: source
|
17 |
+
dtype: string
|
18 |
+
- name: image
|
19 |
+
dtype: image
|
20 |
+
- name: question
|
21 |
+
dtype: string
|
22 |
+
- name: answers
|
23 |
+
sequence:
|
24 |
+
- name: answer
|
25 |
+
dtype: string
|
26 |
+
- name: answer_confidence
|
27 |
+
dtype: string
|
28 |
+
- name: answerable
|
29 |
+
dtype: int32
|
30 |
+
- name: answer_type
|
31 |
+
dtype: string
|
32 |
+
config_name: kvqa
|
33 |
+
splits:
|
34 |
+
- name: all
|
35 |
+
num_examples: 100445
|
36 |
---
|
37 |
|
38 |
|