Update README.md
Browse files
README.md
CHANGED
|
@@ -48,6 +48,36 @@ dataset_info:
|
|
| 48 |
- name: target_options
|
| 49 |
dtype: string
|
| 50 |
- config_name: spatial_grid_text_only
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
features:
|
| 52 |
- name: id
|
| 53 |
dtype: int32
|
|
@@ -77,5 +107,13 @@ configs:
|
|
| 77 |
- config_name: spatial_grid_text_only
|
| 78 |
data_files:
|
| 79 |
- split: val
|
| 80 |
-
path: spatial_grid/spatial_grid_text_only_val.parquet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 81 |
---
|
|
|
|
| 48 |
- name: target_options
|
| 49 |
dtype: string
|
| 50 |
- config_name: spatial_grid_text_only
|
| 51 |
+
features:
|
| 52 |
+
- name: id
|
| 53 |
+
dtype: int32
|
| 54 |
+
- name: prompt
|
| 55 |
+
dtype: string
|
| 56 |
+
- name: ground_truth
|
| 57 |
+
dtype: string
|
| 58 |
+
- name: task
|
| 59 |
+
dtype: string
|
| 60 |
+
- name: question_type
|
| 61 |
+
dtype: string
|
| 62 |
+
- name: target_options
|
| 63 |
+
dtype: string
|
| 64 |
+
- config_name: spatial_map
|
| 65 |
+
features:
|
| 66 |
+
- name: id
|
| 67 |
+
dtype: int32
|
| 68 |
+
- name: image
|
| 69 |
+
dtype: image
|
| 70 |
+
- name: prompt
|
| 71 |
+
dtype: string
|
| 72 |
+
- name: ground_truth
|
| 73 |
+
dtype: string
|
| 74 |
+
- name: task
|
| 75 |
+
dtype: string
|
| 76 |
+
- name: question_type
|
| 77 |
+
dtype: string
|
| 78 |
+
- name: target_options
|
| 79 |
+
dtype: string
|
| 80 |
+
- config_name: spatial_map_text_only
|
| 81 |
features:
|
| 82 |
- name: id
|
| 83 |
dtype: int32
|
|
|
|
| 107 |
- config_name: spatial_grid_text_only
|
| 108 |
data_files:
|
| 109 |
- split: val
|
| 110 |
+
path: spatial_grid/spatial_grid_text_only_val.parquet
|
| 111 |
+
- config_name: spatial_map
|
| 112 |
+
data_files:
|
| 113 |
+
- split: val
|
| 114 |
+
path: spatial_map/spatial_map_val.parquet
|
| 115 |
+
- config_name: spatial_map_text_only
|
| 116 |
+
data_files:
|
| 117 |
+
- split: val
|
| 118 |
+
path: spatial_map/spatial_map_text_only_val.parquet
|
| 119 |
---
|