Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,29 +3,6 @@ license: apache-2.0
|
|
| 3 |
pretty_name: Embodied Spatial Reasoning
|
| 4 |
dataset_info:
|
| 5 |
|
| 6 |
-
- config_name: 1.0.0
|
| 7 |
-
features:
|
| 8 |
-
- name: task_id
|
| 9 |
-
dtype: string
|
| 10 |
-
- name: query
|
| 11 |
-
dtype: string
|
| 12 |
-
- name: label
|
| 13 |
-
dtype: bool
|
| 14 |
-
- name: constraint_name
|
| 15 |
-
dtype: string
|
| 16 |
-
- name: image_url
|
| 17 |
-
dtype: string
|
| 18 |
-
- name: objects
|
| 19 |
-
sequence: string
|
| 20 |
-
- name: related_task_id
|
| 21 |
-
dtype: string
|
| 22 |
-
- name: scene_id
|
| 23 |
-
dtype: string
|
| 24 |
-
splits:
|
| 25 |
-
- name: question_answering
|
| 26 |
-
num_examples: 6000
|
| 27 |
-
dataset_size: 6000
|
| 28 |
-
|
| 29 |
- config_name: 1.0.1
|
| 30 |
features:
|
| 31 |
- name: task_id
|
|
@@ -50,24 +27,14 @@ dataset_info:
|
|
| 50 |
dataset_size: 6000
|
| 51 |
|
| 52 |
configs:
|
| 53 |
-
- config_name: 1.0.0
|
| 54 |
-
data_files:
|
| 55 |
-
- split: qa
|
| 56 |
-
path: transformed_all.json
|
| 57 |
- config_name: 1.0.1
|
| 58 |
data_files:
|
| 59 |
- split: qa
|
| 60 |
path: transformed_all_v2.json
|
| 61 |
train-eval-index:
|
| 62 |
-
- config: 1.0.0
|
| 63 |
-
splits:
|
| 64 |
-
eval_split: qa
|
| 65 |
-
col_mapping:
|
| 66 |
-
task_query: text
|
| 67 |
-
task_label: label
|
| 68 |
- config: 1.0.1
|
| 69 |
splits:
|
| 70 |
-
eval_split:
|
| 71 |
col_mapping:
|
| 72 |
task_query: text
|
| 73 |
task_label: label
|
|
|
|
| 3 |
pretty_name: Embodied Spatial Reasoning
|
| 4 |
dataset_info:
|
| 5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
- config_name: 1.0.1
|
| 7 |
features:
|
| 8 |
- name: task_id
|
|
|
|
| 27 |
dataset_size: 6000
|
| 28 |
|
| 29 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
- config_name: 1.0.1
|
| 31 |
data_files:
|
| 32 |
- split: qa
|
| 33 |
path: transformed_all_v2.json
|
| 34 |
train-eval-index:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
- config: 1.0.1
|
| 36 |
splits:
|
| 37 |
+
eval_split: question_answering
|
| 38 |
col_mapping:
|
| 39 |
task_query: text
|
| 40 |
task_label: label
|