Update README.md
Browse files
README.md
CHANGED
@@ -8,29 +8,29 @@ tags:
|
|
8 |
size_categories:
|
9 |
- 100K<n<1M
|
10 |
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
# configs:
|
35 |
# - config_name: default
|
36 |
# data_files:
|
|
|
8 |
size_categories:
|
9 |
- 100K<n<1M
|
10 |
|
11 |
+
dataset_info:
|
12 |
+
- config_name: default
|
13 |
+
features:
|
14 |
+
- name: query-id
|
15 |
+
dtype: string
|
16 |
+
- name: corpus-id
|
17 |
+
dtype: string
|
18 |
+
- name: score
|
19 |
+
dtype: float64
|
20 |
+
- config_name: corpus
|
21 |
+
features:
|
22 |
+
- name: _id
|
23 |
+
dtype: string
|
24 |
+
- name: text
|
25 |
+
dtype: string
|
26 |
+
- config_name: queries
|
27 |
+
features:
|
28 |
+
- name: _id
|
29 |
+
dtype: string
|
30 |
+
- name: caption
|
31 |
+
dtype: string
|
32 |
+
- name: image_path
|
33 |
+
dtype: string
|
34 |
# configs:
|
35 |
# - config_name: default
|
36 |
# data_files:
|