Add 2point_nearest dataset configuration
Browse files- 2point_nearest/train-00000-of-00001.parquet +3 -0
- README.md +47 -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:3c59b14c5014714c607c988528100dc27020b7ff20e09cbcf36ed28a53a9a0eb
|
| 3 |
+
size 100802171
|
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
-
|
| 4 |
features:
|
| 5 |
- name: question
|
| 6 |
dtype: string
|
|
@@ -42,9 +42,55 @@ dataset_info:
|
|
| 42 |
num_examples: 1622
|
| 43 |
download_size: 94036948
|
| 44 |
dataset_size: 213799293.98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
configs:
|
| 46 |
- config_name: 2point_furthest
|
| 47 |
data_files:
|
| 48 |
- split: train
|
| 49 |
path: 2point_furthest/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
---
|
|
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
+
- config_name: 2point_furthest
|
| 4 |
features:
|
| 5 |
- name: question
|
| 6 |
dtype: string
|
|
|
|
| 42 |
num_examples: 1622
|
| 43 |
download_size: 94036948
|
| 44 |
dataset_size: 213799293.98
|
| 45 |
+
- config_name: 2point_nearest
|
| 46 |
+
features:
|
| 47 |
+
- name: question
|
| 48 |
+
dtype: string
|
| 49 |
+
- name: answer
|
| 50 |
+
dtype: string
|
| 51 |
+
- name: choices
|
| 52 |
+
sequence: string
|
| 53 |
+
- name: topdown_image
|
| 54 |
+
dtype: image
|
| 55 |
+
- name: sideview_images
|
| 56 |
+
sequence: image
|
| 57 |
+
- name: sideview_desc
|
| 58 |
+
dtype: string
|
| 59 |
+
- name: sideview_sentences
|
| 60 |
+
sequence: 'null'
|
| 61 |
+
- name: scene_id
|
| 62 |
+
dtype: string
|
| 63 |
+
- name: sample_id
|
| 64 |
+
dtype: string
|
| 65 |
+
- name: room_type
|
| 66 |
+
dtype: string
|
| 67 |
+
- name: side
|
| 68 |
+
dtype: string
|
| 69 |
+
- name: direction
|
| 70 |
+
dtype: string
|
| 71 |
+
- name: path_summary
|
| 72 |
+
dtype: string
|
| 73 |
+
- name: dataset
|
| 74 |
+
dtype: string
|
| 75 |
+
- name: question_variant
|
| 76 |
+
dtype: string
|
| 77 |
+
- name: num_sideview_images
|
| 78 |
+
dtype: int64
|
| 79 |
+
- name: metadata
|
| 80 |
+
dtype: string
|
| 81 |
+
splits:
|
| 82 |
+
- name: train
|
| 83 |
+
num_bytes: 234534385.851
|
| 84 |
+
num_examples: 1761
|
| 85 |
+
download_size: 100802171
|
| 86 |
+
dataset_size: 234534385.851
|
| 87 |
configs:
|
| 88 |
- config_name: 2point_furthest
|
| 89 |
data_files:
|
| 90 |
- split: train
|
| 91 |
path: 2point_furthest/train-*
|
| 92 |
+
- config_name: 2point_nearest
|
| 93 |
+
data_files:
|
| 94 |
+
- split: train
|
| 95 |
+
path: 2point_nearest/train-*
|
| 96 |
---
|