Add 4point_order dataset configuration
Browse files
4point_order/train-00000-of-00003.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8797619b44f687803277e00250d51865c8f3da289f879b3c781c5fb25ef9b266
|
| 3 |
+
size 11594002
|
4point_order/train-00001-of-00003.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:383adfc8850fa8c1803cccb445e49c7ed6b43ec0f525a48c4b282f3c706740f5
|
| 3 |
+
size 19191434
|
4point_order/train-00002-of-00003.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4c771218caee8eeaa1710867c92506bd845099b52d01010d33abb0d089998e1
|
| 3 |
+
size 16763585
|
README.md
CHANGED
|
@@ -138,6 +138,52 @@ dataset_info:
|
|
| 138 |
num_examples: 6008
|
| 139 |
download_size: 88513993
|
| 140 |
dataset_size: 1285663534.936
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 141 |
configs:
|
| 142 |
- config_name: 2point_furthest
|
| 143 |
data_files:
|
|
@@ -151,4 +197,8 @@ configs:
|
|
| 151 |
data_files:
|
| 152 |
- split: train
|
| 153 |
path: 3point_order/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 154 |
---
|
|
|
|
| 138 |
num_examples: 6008
|
| 139 |
download_size: 88513993
|
| 140 |
dataset_size: 1285663534.936
|
| 141 |
+
- config_name: 4point_order
|
| 142 |
+
features:
|
| 143 |
+
- name: question
|
| 144 |
+
dtype: string
|
| 145 |
+
- name: answer
|
| 146 |
+
dtype: string
|
| 147 |
+
- name: choices
|
| 148 |
+
sequence: string
|
| 149 |
+
- name: topdown_image
|
| 150 |
+
dtype: image
|
| 151 |
+
- name: sideview_images
|
| 152 |
+
sequence: image
|
| 153 |
+
- name: sideview_desc
|
| 154 |
+
dtype: string
|
| 155 |
+
- name: sideview_sentences
|
| 156 |
+
sequence: string
|
| 157 |
+
- name: text_thought
|
| 158 |
+
dtype: string
|
| 159 |
+
- name: mm_thought
|
| 160 |
+
dtype: 'null'
|
| 161 |
+
- name: scene_id
|
| 162 |
+
dtype: string
|
| 163 |
+
- name: sample_id
|
| 164 |
+
dtype: string
|
| 165 |
+
- name: room_type
|
| 166 |
+
dtype: string
|
| 167 |
+
- name: side
|
| 168 |
+
dtype: string
|
| 169 |
+
- name: direction
|
| 170 |
+
dtype: string
|
| 171 |
+
- name: path_summary
|
| 172 |
+
dtype: string
|
| 173 |
+
- name: dataset
|
| 174 |
+
dtype: string
|
| 175 |
+
- name: question_variant
|
| 176 |
+
dtype: string
|
| 177 |
+
- name: num_sideview_images
|
| 178 |
+
dtype: int64
|
| 179 |
+
- name: metadata
|
| 180 |
+
dtype: string
|
| 181 |
+
splits:
|
| 182 |
+
- name: train
|
| 183 |
+
num_bytes: 1126171777.788
|
| 184 |
+
num_examples: 5074
|
| 185 |
+
download_size: 47549021
|
| 186 |
+
dataset_size: 1126171777.788
|
| 187 |
configs:
|
| 188 |
- config_name: 2point_furthest
|
| 189 |
data_files:
|
|
|
|
| 197 |
data_files:
|
| 198 |
- split: train
|
| 199 |
path: 3point_order/train-*
|
| 200 |
+
- config_name: 4point_order
|
| 201 |
+
data_files:
|
| 202 |
+
- split: train
|
| 203 |
+
path: 4point_order/train-*
|
| 204 |
---
|