leonardPKU
commited on
Upload dataset
Browse files- Domestic Robot/test_open-00000-of-00001.parquet +3 -0
- README.md +33 -1
Domestic Robot/test_open-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7d69bc3d4eed8646af237b3789f1a40c164a30cab1ef45957cac50f0dd74888
|
3 |
+
size 58169724
|
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
-
|
4 |
features:
|
5 |
- name: domain
|
6 |
dtype: string
|
@@ -31,6 +31,34 @@ dataset_info:
|
|
31 |
num_examples: 250
|
32 |
download_size: 226035977
|
33 |
dataset_size: 273107354.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
configs:
|
35 |
- config_name: Autonomous Driving
|
36 |
data_files:
|
@@ -38,4 +66,8 @@ configs:
|
|
38 |
path: Autonomous Driving/test_open-*
|
39 |
- split: test_closed
|
40 |
path: Autonomous Driving/test_closed-*
|
|
|
|
|
|
|
|
|
41 |
---
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
+
- config_name: Autonomous Driving
|
4 |
features:
|
5 |
- name: domain
|
6 |
dtype: string
|
|
|
31 |
num_examples: 250
|
32 |
download_size: 226035977
|
33 |
dataset_size: 273107354.0
|
34 |
+
- config_name: Domestic Robot
|
35 |
+
features:
|
36 |
+
- name: domain
|
37 |
+
dtype: string
|
38 |
+
- name: image
|
39 |
+
dtype: image
|
40 |
+
- name: question
|
41 |
+
dtype: string
|
42 |
+
- name: actions
|
43 |
+
sequence: string
|
44 |
+
- name: answer_index
|
45 |
+
dtype: int64
|
46 |
+
- name: reason
|
47 |
+
dtype: string
|
48 |
+
- name: key_concept
|
49 |
+
sequence: string
|
50 |
+
- name: question_prompt
|
51 |
+
dtype: string
|
52 |
+
- name: answer_with_reason
|
53 |
+
dtype: string
|
54 |
+
- name: full_meta_data_json
|
55 |
+
dtype: string
|
56 |
+
splits:
|
57 |
+
- name: test_open
|
58 |
+
num_bytes: 91702060.0
|
59 |
+
num_examples: 100
|
60 |
+
download_size: 58169724
|
61 |
+
dataset_size: 91702060.0
|
62 |
configs:
|
63 |
- config_name: Autonomous Driving
|
64 |
data_files:
|
|
|
66 |
path: Autonomous Driving/test_open-*
|
67 |
- split: test_closed
|
68 |
path: Autonomous Driving/test_closed-*
|
69 |
+
- config_name: Domestic Robot
|
70 |
+
data_files:
|
71 |
+
- split: test_open
|
72 |
+
path: Domestic Robot/test_open-*
|
73 |
---
|