isaacchung JamieSJS commited on
Commit
c4994f2
·
0 Parent(s):

Duplicate from JamieSJS/met

Browse files

Co-authored-by: Jamie Stirling <JamieSJS@users.noreply.huggingface.co>

.gitattributes ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
12
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
13
+ *.model filter=lfs diff=lfs merge=lfs -text
14
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
15
+ *.npy filter=lfs diff=lfs merge=lfs -text
16
+ *.npz filter=lfs diff=lfs merge=lfs -text
17
+ *.onnx filter=lfs diff=lfs merge=lfs -text
18
+ *.ot filter=lfs diff=lfs merge=lfs -text
19
+ *.parquet filter=lfs diff=lfs merge=lfs -text
20
+ *.pb filter=lfs diff=lfs merge=lfs -text
21
+ *.pickle filter=lfs diff=lfs merge=lfs -text
22
+ *.pkl filter=lfs diff=lfs merge=lfs -text
23
+ *.pt filter=lfs diff=lfs merge=lfs -text
24
+ *.pth filter=lfs diff=lfs merge=lfs -text
25
+ *.rar filter=lfs diff=lfs merge=lfs -text
26
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
27
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
29
+ *.tar filter=lfs diff=lfs merge=lfs -text
30
+ *.tflite filter=lfs diff=lfs merge=lfs -text
31
+ *.tgz filter=lfs diff=lfs merge=lfs -text
32
+ *.wasm filter=lfs diff=lfs merge=lfs -text
33
+ *.xz filter=lfs diff=lfs merge=lfs -text
34
+ *.zip filter=lfs diff=lfs merge=lfs -text
35
+ *.zst filter=lfs diff=lfs merge=lfs -text
36
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
37
+ # Audio files - uncompressed
38
+ *.pcm filter=lfs diff=lfs merge=lfs -text
39
+ *.sam filter=lfs diff=lfs merge=lfs -text
40
+ *.raw filter=lfs diff=lfs merge=lfs -text
41
+ # Audio files - compressed
42
+ *.aac filter=lfs diff=lfs merge=lfs -text
43
+ *.flac filter=lfs diff=lfs merge=lfs -text
44
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
45
+ *.ogg filter=lfs diff=lfs merge=lfs -text
46
+ *.wav filter=lfs diff=lfs merge=lfs -text
47
+ # Image files - uncompressed
48
+ *.bmp filter=lfs diff=lfs merge=lfs -text
49
+ *.gif filter=lfs diff=lfs merge=lfs -text
50
+ *.png filter=lfs diff=lfs merge=lfs -text
51
+ *.tiff filter=lfs diff=lfs merge=lfs -text
52
+ # Image files - compressed
53
+ *.jpg filter=lfs diff=lfs merge=lfs -text
54
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
55
+ *.webp filter=lfs diff=lfs merge=lfs -text
56
+ # Video files - compressed
57
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
58
+ *.webm filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,196 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ config_names:
5
+ - query
6
+ - corpus
7
+ - qrels
8
+ tags:
9
+ - information-retrieval
10
+ - image-retrieval
11
+ - image
12
+ dataset_info:
13
+ - config_name: qrels
14
+ features:
15
+ - name: query-id
16
+ dtype: string
17
+ - name: corpus-id
18
+ dtype: string
19
+ - name: score
20
+ dtype: int8
21
+ splits:
22
+ - name: test
23
+ num_examples: 172713
24
+ - config_name: corpus
25
+ features:
26
+ - name: id
27
+ dtype: string
28
+ - name: modality
29
+ dtype: string
30
+ - name: image
31
+ dtype: image
32
+ splits:
33
+ - name: corpus
34
+ num_examples: 260655
35
+ - config_name: query
36
+ features:
37
+ - name: id
38
+ dtype: string
39
+ - name: modality
40
+ dtype: string
41
+ - name: image
42
+ dtype: image
43
+ splits:
44
+ - name: test
45
+ num_examples: 87942
46
+ configs:
47
+ - config_name: qrels
48
+ data_files:
49
+ - split: test
50
+ path: qrels-*
51
+ - config_name: corpus
52
+ data_files:
53
+ - split: corpus
54
+ path: corpus-*
55
+ - config_name: query
56
+ data_files:
57
+ - split: test
58
+ path: query-*
59
+ ---
60
+ # Dataset Card for Dataset Name
61
+
62
+ <!-- Provide a quick summary of the dataset. -->
63
+
64
+ This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
65
+
66
+ ## Dataset Details
67
+
68
+ ### Dataset Description
69
+
70
+ <!-- Provide a longer summary of what this dataset is. -->
71
+
72
+
73
+
74
+ - **Curated by:** [More Information Needed]
75
+ - **Funded by [optional]:** [More Information Needed]
76
+ - **Shared by [optional]:** [More Information Needed]
77
+ - **Language(s) (NLP):** [More Information Needed]
78
+ - **License:** [More Information Needed]
79
+
80
+ ### Dataset Sources [optional]
81
+
82
+ <!-- Provide the basic links for the dataset. -->
83
+
84
+ - **Repository:** [More Information Needed]
85
+ - **Paper [optional]:** [More Information Needed]
86
+ - **Demo [optional]:** [More Information Needed]
87
+
88
+ ## Uses
89
+
90
+ <!-- Address questions around how the dataset is intended to be used. -->
91
+
92
+ ### Direct Use
93
+
94
+ <!-- This section describes suitable use cases for the dataset. -->
95
+
96
+ [More Information Needed]
97
+
98
+ ### Out-of-Scope Use
99
+
100
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
101
+
102
+ [More Information Needed]
103
+
104
+ ## Dataset Structure
105
+
106
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
107
+
108
+ [More Information Needed]
109
+
110
+ ## Dataset Creation
111
+
112
+ ### Curation Rationale
113
+
114
+ <!-- Motivation for the creation of this dataset. -->
115
+
116
+ [More Information Needed]
117
+
118
+ ### Source Data
119
+
120
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
121
+
122
+ #### Data Collection and Processing
123
+
124
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
125
+
126
+ [More Information Needed]
127
+
128
+ #### Who are the source data producers?
129
+
130
+ <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
131
+
132
+ [More Information Needed]
133
+
134
+ ### Annotations [optional]
135
+
136
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
137
+
138
+ #### Annotation process
139
+
140
+ <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
141
+
142
+ [More Information Needed]
143
+
144
+ #### Who are the annotators?
145
+
146
+ <!-- This section describes the people or systems who created the annotations. -->
147
+
148
+ [More Information Needed]
149
+
150
+ #### Personal and Sensitive Information
151
+
152
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
153
+
154
+ [More Information Needed]
155
+
156
+ ## Bias, Risks, and Limitations
157
+
158
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
159
+
160
+ [More Information Needed]
161
+
162
+ ### Recommendations
163
+
164
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
165
+
166
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
167
+
168
+ ## Citation [optional]
169
+
170
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
171
+
172
+ **BibTeX:**
173
+
174
+ [More Information Needed]
175
+
176
+ **APA:**
177
+
178
+ [More Information Needed]
179
+
180
+ ## Glossary [optional]
181
+
182
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
183
+
184
+ [More Information Needed]
185
+
186
+ ## More Information [optional]
187
+
188
+ [More Information Needed]
189
+
190
+ ## Dataset Card Authors [optional]
191
+
192
+ [More Information Needed]
193
+
194
+ ## Dataset Card Contact
195
+
196
+ [More Information Needed]
corpus-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78c4485b3bf30f4827e74fd34176b52736841b95916e48d9fd7bb36177146fb7
3
+ size 2097275821
qrels-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c4ed99b2890fa82920f21688e5c900cb43037f23443f7461b8327c3c0a04ced
3
+ size 2182427
query-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d43f2f90a069408dc50ab9cf7616d54fc65f0a5a5c2eef633b49914909f9537
3
+ size 688794334