Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,67 +1,68 @@
|
|
1 |
-
|
2 |
language:
|
3 |
-
|
4 |
task_categories:
|
5 |
-
|
6 |
source_datasets:
|
7 |
-
|
8 |
task_ids:
|
9 |
-
|
10 |
config_names:
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
tags:
|
15 |
-
|
16 |
-
|
17 |
dataset_info:
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
configs:
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
|
|
|
1 |
+
---
|
2 |
language:
|
3 |
+
- en
|
4 |
task_categories:
|
5 |
+
- multimodal-retrieval
|
6 |
source_datasets:
|
7 |
+
- tu-berlin
|
8 |
task_ids:
|
9 |
+
- text-to-image
|
10 |
config_names:
|
11 |
+
- query
|
12 |
+
- corpus
|
13 |
+
- qrels
|
14 |
tags:
|
15 |
+
- information-retrieval
|
16 |
+
- multimodal-retrieval
|
17 |
dataset_info:
|
18 |
+
- config_name: qrels
|
19 |
+
features:
|
20 |
+
- name: query-id
|
21 |
+
dtype: string
|
22 |
+
- name: corpus-id
|
23 |
+
dtype: string
|
24 |
+
- name: score
|
25 |
+
dtype: int8
|
26 |
+
splits:
|
27 |
+
- name: test
|
28 |
+
num_examples: 20000
|
29 |
+
- config_name: corpus
|
30 |
+
features:
|
31 |
+
- name: id
|
32 |
+
dtype: string
|
33 |
+
- name: modality
|
34 |
+
dtype: string
|
35 |
+
- name: text
|
36 |
+
dtype: string
|
37 |
+
- name: image
|
38 |
+
dtype: image
|
39 |
+
splits:
|
40 |
+
- name: corpus
|
41 |
+
num_examples: 20000
|
42 |
+
- config_name: query
|
43 |
+
features:
|
44 |
+
- name: id
|
45 |
+
dtype: string
|
46 |
+
- name: modality
|
47 |
+
dtype: string
|
48 |
+
- name: text
|
49 |
+
dtype: string
|
50 |
+
- name: image
|
51 |
+
dtype: image
|
52 |
+
splits:
|
53 |
+
- name: test
|
54 |
+
num_examples: 250
|
55 |
configs:
|
56 |
+
- config_name: qrels
|
57 |
+
data_files:
|
58 |
+
- split: test
|
59 |
+
path: qrels-*
|
60 |
+
- config_name: corpus
|
61 |
+
data_files:
|
62 |
+
- split: corpus
|
63 |
+
path: corpus-*
|
64 |
+
- config_name: query
|
65 |
+
data_files:
|
66 |
+
- split: test
|
67 |
+
path: query-*
|
68 |
+
---
|