Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
license: cdla-permissive-2.0
|
3 |
dataset_info:
|
4 |
-
- config_name:
|
5 |
features:
|
6 |
- name: id
|
7 |
dtype: int32
|
@@ -9,7 +9,9 @@ dataset_info:
|
|
9 |
dtype: image
|
10 |
- name: prompt
|
11 |
dtype: string
|
12 |
-
-
|
|
|
|
|
13 |
features:
|
14 |
- name: id
|
15 |
dtype: int32
|
@@ -17,7 +19,9 @@ dataset_info:
|
|
17 |
dtype: image
|
18 |
- name: prompt
|
19 |
dtype: string
|
20 |
-
-
|
|
|
|
|
21 |
features:
|
22 |
- name: id
|
23 |
dtype: int32
|
@@ -27,7 +31,7 @@ dataset_info:
|
|
27 |
dtype: string
|
28 |
- name: ground_truth
|
29 |
dtype: string
|
30 |
-
- config_name:
|
31 |
features:
|
32 |
- name: id
|
33 |
dtype: int32
|
@@ -36,7 +40,7 @@ dataset_info:
|
|
36 |
- name: prompt
|
37 |
dtype: string
|
38 |
- name: ground_truth
|
39 |
-
dtype: string
|
40 |
- config_name: spatial_reasoning_lrtb_single
|
41 |
features:
|
42 |
- name: id
|
@@ -57,7 +61,7 @@ dataset_info:
|
|
57 |
dtype: string
|
58 |
- name: ground_truth
|
59 |
dtype: string
|
60 |
-
- config_name:
|
61 |
features:
|
62 |
- name: id
|
63 |
dtype: int32
|
@@ -65,18 +69,14 @@ dataset_info:
|
|
65 |
dtype: image
|
66 |
- name: prompt
|
67 |
dtype: string
|
68 |
-
|
69 |
-
dtype: string
|
70 |
-
- config_name: visual_prompting_pairs
|
71 |
features:
|
72 |
- name: id
|
73 |
dtype: int32
|
74 |
- name: image
|
75 |
dtype: image
|
76 |
- name: prompt
|
77 |
-
dtype: string
|
78 |
-
- name: ground_truth
|
79 |
-
dtype: string
|
80 |
configs:
|
81 |
- config_name: object_recognition_single
|
82 |
data_files:
|
|
|
1 |
---
|
2 |
license: cdla-permissive-2.0
|
3 |
dataset_info:
|
4 |
+
- config_name: object_recognition_single
|
5 |
features:
|
6 |
- name: id
|
7 |
dtype: int32
|
|
|
9 |
dtype: image
|
10 |
- name: prompt
|
11 |
dtype: string
|
12 |
+
- name: ground_truth
|
13 |
+
dtype: string
|
14 |
+
- config_name: object_recognition_pairs
|
15 |
features:
|
16 |
- name: id
|
17 |
dtype: int32
|
|
|
19 |
dtype: image
|
20 |
- name: prompt
|
21 |
dtype: string
|
22 |
+
- name: ground_truth
|
23 |
+
dtype: string
|
24 |
+
- config_name: visual_prompting_single
|
25 |
features:
|
26 |
- name: id
|
27 |
dtype: int32
|
|
|
31 |
dtype: string
|
32 |
- name: ground_truth
|
33 |
dtype: string
|
34 |
+
- config_name: visual_prompting_pairs
|
35 |
features:
|
36 |
- name: id
|
37 |
dtype: int32
|
|
|
40 |
- name: prompt
|
41 |
dtype: string
|
42 |
- name: ground_truth
|
43 |
+
dtype: string
|
44 |
- config_name: spatial_reasoning_lrtb_single
|
45 |
features:
|
46 |
- name: id
|
|
|
61 |
dtype: string
|
62 |
- name: ground_truth
|
63 |
dtype: string
|
64 |
+
- config_name: object_detection_single
|
65 |
features:
|
66 |
- name: id
|
67 |
dtype: int32
|
|
|
69 |
dtype: image
|
70 |
- name: prompt
|
71 |
dtype: string
|
72 |
+
- config_name: object_detection_pairs
|
|
|
|
|
73 |
features:
|
74 |
- name: id
|
75 |
dtype: int32
|
76 |
- name: image
|
77 |
dtype: image
|
78 |
- name: prompt
|
79 |
+
dtype: string
|
|
|
|
|
80 |
configs:
|
81 |
- config_name: object_recognition_single
|
82 |
data_files:
|