Add 3point_order dataset configuration
Browse files- 3point_order/train-00000-of-00001.parquet +3 -0
- README.md +46 -0
3point_order/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92349b8b2c6fdc8f6c1f9745ffb3329ac8198f125398d0603decc0ac42edff4e
|
| 3 |
+
size 6763053
|
README.md
CHANGED
|
@@ -126,6 +126,48 @@ dataset_info:
|
|
| 126 |
num_examples: 50
|
| 127 |
download_size: 3700993
|
| 128 |
dataset_size: 7825545.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 129 |
configs:
|
| 130 |
- config_name: 2point
|
| 131 |
data_files:
|
|
@@ -139,4 +181,8 @@ configs:
|
|
| 139 |
data_files:
|
| 140 |
- split: train
|
| 141 |
path: 2point_nearest/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 142 |
---
|
|
|
|
| 126 |
num_examples: 50
|
| 127 |
download_size: 3700993
|
| 128 |
dataset_size: 7825545.0
|
| 129 |
+
- config_name: 3point_order
|
| 130 |
+
features:
|
| 131 |
+
- name: question
|
| 132 |
+
dtype: string
|
| 133 |
+
- name: answer
|
| 134 |
+
dtype: string
|
| 135 |
+
- name: choices
|
| 136 |
+
sequence: string
|
| 137 |
+
- name: topdown_image
|
| 138 |
+
dtype: image
|
| 139 |
+
- name: sideview_images
|
| 140 |
+
sequence: image
|
| 141 |
+
- name: sideview_desc
|
| 142 |
+
dtype: string
|
| 143 |
+
- name: sideview_sentences
|
| 144 |
+
sequence: string
|
| 145 |
+
- name: scene_id
|
| 146 |
+
dtype: string
|
| 147 |
+
- name: sample_id
|
| 148 |
+
dtype: string
|
| 149 |
+
- name: room_type
|
| 150 |
+
dtype: string
|
| 151 |
+
- name: side
|
| 152 |
+
dtype: string
|
| 153 |
+
- name: direction
|
| 154 |
+
dtype: string
|
| 155 |
+
- name: path_summary
|
| 156 |
+
dtype: string
|
| 157 |
+
- name: dataset
|
| 158 |
+
dtype: string
|
| 159 |
+
- name: question_variant
|
| 160 |
+
dtype: string
|
| 161 |
+
- name: num_sideview_images
|
| 162 |
+
dtype: int64
|
| 163 |
+
- name: metadata
|
| 164 |
+
dtype: string
|
| 165 |
+
splits:
|
| 166 |
+
- name: train
|
| 167 |
+
num_bytes: 29398684.0
|
| 168 |
+
num_examples: 145
|
| 169 |
+
download_size: 6763053
|
| 170 |
+
dataset_size: 29398684.0
|
| 171 |
configs:
|
| 172 |
- config_name: 2point
|
| 173 |
data_files:
|
|
|
|
| 181 |
data_files:
|
| 182 |
- split: train
|
| 183 |
path: 2point_nearest/train-*
|
| 184 |
+
- config_name: 3point_order
|
| 185 |
+
data_files:
|
| 186 |
+
- split: train
|
| 187 |
+
path: 3point_order/train-*
|
| 188 |
---
|