Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
dataset_info:
|
4 |
+
- config_name: SPARK_test
|
5 |
+
features:
|
6 |
+
- name: id
|
7 |
+
dtype: int
|
8 |
+
- name: image
|
9 |
+
dtype: image
|
10 |
+
- name: sensor_type
|
11 |
+
dtype: string
|
12 |
+
- name: question_type
|
13 |
+
dtype: string
|
14 |
+
- name: question
|
15 |
+
dtype: string
|
16 |
+
- name: question_query
|
17 |
+
dtype: string
|
18 |
+
- name: answer
|
19 |
+
dtype: string
|
20 |
+
---
|