UM
commited on
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-sa-4.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: question_id
|
6 |
+
dtype: string
|
7 |
+
- name: source
|
8 |
+
dtype: string
|
9 |
+
- name: img_1_data
|
10 |
+
dtype: image
|
11 |
+
- name: img_2_data
|
12 |
+
dtype: image
|
13 |
+
- name: question
|
14 |
+
dtype: string
|
15 |
+
- name: answer
|
16 |
+
dtype: string
|
17 |
+
task_categories:
|
18 |
+
- VLM evaluation
|
19 |
+
language:
|
20 |
+
- en
|
21 |
+
pretty_name: VLMaug
|
22 |
+
size_categories:
|
23 |
+
- 10K<n<100K
|
24 |
+
---
|