isaacchung
commited on
Commit
•
6ce5e57
1
Parent(s):
0d30622
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
config_names:
|
5 |
+
- query
|
6 |
+
- corpus
|
7 |
+
- qrels
|
8 |
+
tags:
|
9 |
+
- information-retrieval
|
10 |
+
- image-retrieval
|
11 |
+
dataset_info:
|
12 |
+
- config_name: qrels
|
13 |
+
features:
|
14 |
+
- name: query-id
|
15 |
+
dtype: string
|
16 |
+
- name: corpus-id
|
17 |
+
dtype: string
|
18 |
+
- name: score
|
19 |
+
dtype: int8
|
20 |
+
splits:
|
21 |
+
- name: test
|
22 |
+
num_examples: 163756
|
23 |
+
- config_name: corpus
|
24 |
+
features:
|
25 |
+
- name: id
|
26 |
+
dtype: string
|
27 |
+
- name: modality
|
28 |
+
dtype: string
|
29 |
+
- name: image
|
30 |
+
dtype: image
|
31 |
+
splits:
|
32 |
+
- name: corpus
|
33 |
+
num_examples: 5794
|
34 |
+
- config_name: query
|
35 |
+
features:
|
36 |
+
- name: id
|
37 |
+
dtype: string
|
38 |
+
- name: modality
|
39 |
+
dtype: string
|
40 |
+
- name: image
|
41 |
+
dtype: image
|
42 |
+
splits:
|
43 |
+
- name: test
|
44 |
+
num_examples: 5794
|
45 |
+
configs:
|
46 |
+
- config_name: qrels
|
47 |
+
data_files:
|
48 |
+
- split: test
|
49 |
+
path: qrels-*
|
50 |
+
- config_name: corpus
|
51 |
+
data_files:
|
52 |
+
- split: corpus
|
53 |
+
path: corpus-*
|
54 |
+
- config_name: query
|
55 |
+
data_files:
|
56 |
+
- split: test
|
57 |
+
path: query-*
|
58 |
+
---
|