Add 2point_nearest dataset configuration
Browse files- 2point_nearest/train-00000-of-00001.parquet +3 -0
- README.md +51 -1
2point_nearest/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:224d206d7dcf04b509dc9d8925a9854a043493fd1b05144d2329d2a1bf50fc05
|
| 3 |
+
size 101148314
|
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
-
|
| 4 |
features:
|
| 5 |
- name: question
|
| 6 |
dtype: string
|
|
@@ -46,9 +46,59 @@ dataset_info:
|
|
| 46 |
num_examples: 1622
|
| 47 |
download_size: 94369137
|
| 48 |
dataset_size: 214638755.98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
configs:
|
| 50 |
- config_name: 2point_furthest
|
| 51 |
data_files:
|
| 52 |
- split: train
|
| 53 |
path: 2point_furthest/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
---
|
|
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
+
- config_name: 2point_furthest
|
| 4 |
features:
|
| 5 |
- name: question
|
| 6 |
dtype: string
|
|
|
|
| 46 |
num_examples: 1622
|
| 47 |
download_size: 94369137
|
| 48 |
dataset_size: 214638755.98
|
| 49 |
+
- config_name: 2point_nearest
|
| 50 |
+
features:
|
| 51 |
+
- name: question
|
| 52 |
+
dtype: string
|
| 53 |
+
- name: answer
|
| 54 |
+
dtype: string
|
| 55 |
+
- name: choices
|
| 56 |
+
sequence: string
|
| 57 |
+
- name: topdown_image
|
| 58 |
+
dtype: image
|
| 59 |
+
- name: sideview_images
|
| 60 |
+
sequence: image
|
| 61 |
+
- name: sideview_desc
|
| 62 |
+
dtype: string
|
| 63 |
+
- name: sideview_sentences
|
| 64 |
+
sequence: 'null'
|
| 65 |
+
- name: text_thought
|
| 66 |
+
dtype: 'null'
|
| 67 |
+
- name: mm_thought
|
| 68 |
+
dtype: string
|
| 69 |
+
- name: scene_id
|
| 70 |
+
dtype: string
|
| 71 |
+
- name: sample_id
|
| 72 |
+
dtype: string
|
| 73 |
+
- name: room_type
|
| 74 |
+
dtype: string
|
| 75 |
+
- name: side
|
| 76 |
+
dtype: string
|
| 77 |
+
- name: direction
|
| 78 |
+
dtype: string
|
| 79 |
+
- name: path_summary
|
| 80 |
+
dtype: string
|
| 81 |
+
- name: dataset
|
| 82 |
+
dtype: string
|
| 83 |
+
- name: question_variant
|
| 84 |
+
dtype: string
|
| 85 |
+
- name: num_sideview_images
|
| 86 |
+
dtype: int64
|
| 87 |
+
- name: metadata
|
| 88 |
+
dtype: string
|
| 89 |
+
splits:
|
| 90 |
+
- name: train
|
| 91 |
+
num_bytes: 235402310.851
|
| 92 |
+
num_examples: 1761
|
| 93 |
+
download_size: 101148314
|
| 94 |
+
dataset_size: 235402310.851
|
| 95 |
configs:
|
| 96 |
- config_name: 2point_furthest
|
| 97 |
data_files:
|
| 98 |
- split: train
|
| 99 |
path: 2point_furthest/train-*
|
| 100 |
+
- config_name: 2point_nearest
|
| 101 |
+
data_files:
|
| 102 |
+
- split: train
|
| 103 |
+
path: 2point_nearest/train-*
|
| 104 |
---
|