Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,18 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
dataset_info:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
- config_name: object_recognition_pairs
|
| 5 |
features:
|
| 6 |
- name: image
|
|
@@ -18,6 +30,14 @@ dataset_info:
|
|
| 18 |
- name: ground_truth
|
| 19 |
dtype: string
|
| 20 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
- config_name: object_recognition_pairs
|
| 22 |
data_files:
|
| 23 |
- split: val
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
dataset_info:
|
| 4 |
+
- config_name: object_detection_single
|
| 5 |
+
features:
|
| 6 |
+
- name: image
|
| 7 |
+
dtype: image
|
| 8 |
+
- name: prompt
|
| 9 |
+
dtype: string
|
| 10 |
+
- config_name: object_detection_pairs
|
| 11 |
+
features:
|
| 12 |
+
- name: image
|
| 13 |
+
dtype: image
|
| 14 |
+
- name: prompt
|
| 15 |
+
dtype: string
|
| 16 |
- config_name: object_recognition_pairs
|
| 17 |
features:
|
| 18 |
- name: image
|
|
|
|
| 30 |
- name: ground_truth
|
| 31 |
dtype: string
|
| 32 |
configs:
|
| 33 |
+
- config_name: object_detection_single
|
| 34 |
+
data_files:
|
| 35 |
+
- split: val
|
| 36 |
+
path: object_detection_single/object_detection_val_long_prompt.parquet
|
| 37 |
+
- config_name: object_detection_pairs
|
| 38 |
+
data_files:
|
| 39 |
+
- split: val
|
| 40 |
+
path: object_detection_pairs/object_detection_val_long_prompt.parquet
|
| 41 |
- config_name: object_recognition_pairs
|
| 42 |
data_files:
|
| 43 |
- split: val
|