Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,22 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
configs:
|
3 |
- config_name: default
|
4 |
data_files:
|
|
|
1 |
---
|
2 |
+
dataset_info:
|
3 |
+
- features:
|
4 |
+
- name: task
|
5 |
+
dtype: string
|
6 |
+
- name: visual_input_component
|
7 |
+
dtype: string
|
8 |
+
- name: source
|
9 |
+
dtype: string
|
10 |
+
- name: options
|
11 |
+
sequence: string
|
12 |
+
- name: question
|
13 |
+
dtype: string
|
14 |
+
- name: context
|
15 |
+
dtype: string
|
16 |
+
- name: input_image_path
|
17 |
+
sequence: image
|
18 |
+
- name: output
|
19 |
+
dtype: string
|
20 |
configs:
|
21 |
- config_name: default
|
22 |
data_files:
|