Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
---
|
|
|
|
|
|
|
2 |
dataset_info:
|
3 |
- config_name: SPARK_test
|
4 |
features:
|
@@ -16,7 +19,35 @@ dataset_info:
|
|
16 |
dtype: string
|
17 |
- name: answer
|
18 |
dtype: string
|
19 |
-
|
20 |
-
|
21 |
-
-
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
+
size_categories:
|
4 |
+
- 1K<n<10K
|
5 |
dataset_info:
|
6 |
- config_name: SPARK_test
|
7 |
features:
|
|
|
19 |
dtype: string
|
20 |
- name: answer
|
21 |
dtype: string
|
22 |
+
- config_name: default
|
23 |
+
features:
|
24 |
+
- name: id
|
25 |
+
dtype: int64
|
26 |
+
- name: image
|
27 |
+
struct:
|
28 |
+
- name: bytes
|
29 |
+
dtype: binary
|
30 |
+
- name: path
|
31 |
+
dtype: string
|
32 |
+
- name: sensor_type
|
33 |
+
dtype: string
|
34 |
+
- name: question_type
|
35 |
+
dtype: string
|
36 |
+
- name: question
|
37 |
+
dtype: string
|
38 |
+
- name: question_query
|
39 |
+
dtype: string
|
40 |
+
- name: answer
|
41 |
+
dtype: string
|
42 |
+
splits:
|
43 |
+
- name: train
|
44 |
+
num_bytes: 1455567549
|
45 |
+
num_examples: 6248
|
46 |
+
download_size: 930565797
|
47 |
+
dataset_size: 1455567549
|
48 |
+
configs:
|
49 |
+
- config_name: default
|
50 |
+
data_files:
|
51 |
+
- split: train
|
52 |
+
path: data/train-*
|
53 |
+
---
|