mteb 2.0.4__py3-none-any.whl → 2.0.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- mteb/descriptive_stats/BitextMining/BUCC.json +70 -40
- mteb/descriptive_stats/Classification/DKHateClassification.json +40 -24
- mteb/descriptive_stats/Classification/FinancialPhrasebankClassification.json +23 -15
- mteb/descriptive_stats/Classification/ImdbClassification.json +40 -24
- mteb/descriptive_stats/Classification/KorHateClassification.json +23 -15
- mteb/descriptive_stats/Clustering/ArxivClusteringP2P.json +555 -550
- mteb/descriptive_stats/Clustering/ArxivClusteringP2P.v2.json +546 -541
- mteb/descriptive_stats/Clustering/ArxivClusteringS2S.json +555 -550
- mteb/descriptive_stats/Clustering/MLSUMClusteringP2P.json +2466 -2416
- mteb/descriptive_stats/Clustering/RedditClusteringP2P.json +1365 -1360
- mteb/descriptive_stats/Clustering/SNLClustering.json +378 -373
- mteb/descriptive_stats/Clustering/SwednClustering.json +28 -23
- mteb/descriptive_stats/Clustering/VGClustering.json +54 -49
- mteb/descriptive_stats/Image/Any2AnyMultilingualRetrieval/WITT2IRetrieval.json +324 -204
- mteb/descriptive_stats/Image/Any2AnyRetrieval/MemotionI2TRetrieval.json +28 -18
- mteb/descriptive_stats/Image/DocumentUnderstanding/JinaVDRAirbnbSyntheticRetrieval.json +334 -0
- mteb/descriptive_stats/Image/DocumentUnderstanding/JinaVDRGitHubReadmeRetrieval.json +544 -0
- mteb/descriptive_stats/Image/DocumentUnderstanding/JinaVDRTweetStockSyntheticsRetrieval.json +334 -0
- mteb/descriptive_stats/Image/DocumentUnderstanding/JinaVDRWikimediaCommonsDocumentsRetrieval.json +634 -0
- mteb/descriptive_stats/Image/DocumentUnderstanding/Vidore2ESGReportsRetrieval.json +154 -0
- mteb/descriptive_stats/Image/DocumentUnderstanding/Vidore2EconomicsReportsRetrieval.json +154 -0
- mteb/descriptive_stats/Image/ImageClassification/Imagenet1k.json +6039 -3007
- mteb/descriptive_stats/Image/ZeroShotClassification/Imagenet1kZeroShot.json +3024 -3010
- mteb/descriptive_stats/Image/ZeroShotClassification/PatchCamelyonZeroShot.json +30 -16
- mteb/descriptive_stats/Reranking/MIRACLReranking.json +555 -479
- mteb/descriptive_stats/Reranking/MindSmallReranking.json +29 -25
- mteb/descriptive_stats/Retrieval/AlloprofRetrieval.json +25 -26
- mteb/descriptive_stats/Retrieval/Code1Retrieval.json +30 -0
- mteb/descriptive_stats/Retrieval/DanFEVER.json +25 -26
- mteb/descriptive_stats/Retrieval/EnglishFinance1Retrieval.json +30 -0
- mteb/descriptive_stats/Retrieval/EnglishFinance2Retrieval.json +30 -0
- mteb/descriptive_stats/Retrieval/EnglishFinance3Retrieval.json +30 -0
- mteb/descriptive_stats/Retrieval/EnglishFinance4Retrieval.json +30 -0
- mteb/descriptive_stats/Retrieval/EnglishHealthcare1Retrieval.json +30 -0
- mteb/descriptive_stats/Retrieval/French1Retrieval.json +30 -0
- mteb/descriptive_stats/Retrieval/FrenchLegal1Retrieval.json +30 -0
- mteb/descriptive_stats/Retrieval/German1Retrieval.json +30 -0
- mteb/descriptive_stats/Retrieval/GermanHealthcare1Retrieval.json +30 -0
- mteb/descriptive_stats/Retrieval/GermanLegal1Retrieval.json +30 -0
- mteb/descriptive_stats/Retrieval/JapaneseCode1Retrieval.json +30 -0
- mteb/descriptive_stats/Retrieval/JapaneseLegal1Retrieval.json +30 -0
- mteb/descriptive_stats/Retrieval/MIRACLRetrieval.json +475 -494
- mteb/descriptive_stats/Retrieval/MSMARCO-Fa.json +25 -26
- mteb/descriptive_stats/Retrieval/MSMARCO.json +25 -84
- mteb/descriptive_stats/Retrieval/Touche2020.json +25 -26
- mteb/descriptive_stats/Summarization/SummEval.json +27 -50
- mteb/descriptive_stats/Summarization/SummEvalFr.json +27 -50
- mteb/models/model_implementations/kalm_models.py +29 -0
- mteb/tasks/bitext_mining/multilingual/bucc_bitext_mining.py +1 -1
- mteb/tasks/classification/eng/financial_phrasebank_classification.py +0 -3
- mteb/tasks/classification/kor/kor_hate_classification.py +0 -12
- mteb/tasks/clustering/swe/swedn_clustering.py +2 -2
- mteb/tasks/retrieval/multilingual/vdr_multilingual_retrieval.py +1 -1
- {mteb-2.0.4.dist-info → mteb-2.0.5.dist-info}/METADATA +1 -1
- {mteb-2.0.4.dist-info → mteb-2.0.5.dist-info}/RECORD +59 -40
- {mteb-2.0.4.dist-info → mteb-2.0.5.dist-info}/WHEEL +0 -0
- {mteb-2.0.4.dist-info → mteb-2.0.5.dist-info}/entry_points.txt +0 -0
- {mteb-2.0.4.dist-info → mteb-2.0.5.dist-info}/licenses/LICENSE +0 -0
- {mteb-2.0.4.dist-info → mteb-2.0.5.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,544 @@
|
|
|
1
|
+
{
|
|
2
|
+
"test": {
|
|
3
|
+
"num_samples": 33951,
|
|
4
|
+
"number_of_characters": 1110700,
|
|
5
|
+
"documents_text_statistics": null,
|
|
6
|
+
"documents_image_statistics": {
|
|
7
|
+
"min_image_width": 540,
|
|
8
|
+
"average_image_width": 642.3958112719143,
|
|
9
|
+
"max_image_width": 800,
|
|
10
|
+
"min_image_height": 40,
|
|
11
|
+
"average_image_height": 994.4248735145311,
|
|
12
|
+
"max_image_height": 1080,
|
|
13
|
+
"unique_images": 16996
|
|
14
|
+
},
|
|
15
|
+
"queries_text_statistics": {
|
|
16
|
+
"total_text_length": 1110700,
|
|
17
|
+
"min_text_length": 3,
|
|
18
|
+
"average_text_length": 65.516427770896,
|
|
19
|
+
"max_text_length": 996,
|
|
20
|
+
"unique_texts": 16755
|
|
21
|
+
},
|
|
22
|
+
"queries_image_statistics": null,
|
|
23
|
+
"relevant_docs_statistics": {
|
|
24
|
+
"num_relevant_docs": 16999,
|
|
25
|
+
"min_relevant_docs_per_query": 1,
|
|
26
|
+
"average_relevant_docs_per_query": 1.0027133840618179,
|
|
27
|
+
"max_relevant_docs_per_query": 3,
|
|
28
|
+
"unique_relevant_docs": 16998
|
|
29
|
+
},
|
|
30
|
+
"top_ranked_statistics": null,
|
|
31
|
+
"hf_subset_descriptive_stats": {
|
|
32
|
+
"ar": {
|
|
33
|
+
"num_samples": 1997,
|
|
34
|
+
"number_of_characters": 60692,
|
|
35
|
+
"documents_text_statistics": null,
|
|
36
|
+
"documents_image_statistics": {
|
|
37
|
+
"min_image_width": 540,
|
|
38
|
+
"average_image_width": 659.064,
|
|
39
|
+
"max_image_width": 800,
|
|
40
|
+
"min_image_height": 187,
|
|
41
|
+
"average_image_height": 982.433,
|
|
42
|
+
"max_image_height": 1080,
|
|
43
|
+
"unique_images": 1000
|
|
44
|
+
},
|
|
45
|
+
"queries_text_statistics": {
|
|
46
|
+
"total_text_length": 60692,
|
|
47
|
+
"min_text_length": 10,
|
|
48
|
+
"average_text_length": 60.874623871614844,
|
|
49
|
+
"max_text_length": 298,
|
|
50
|
+
"unique_texts": 997
|
|
51
|
+
},
|
|
52
|
+
"queries_image_statistics": null,
|
|
53
|
+
"relevant_docs_statistics": {
|
|
54
|
+
"num_relevant_docs": 1000,
|
|
55
|
+
"min_relevant_docs_per_query": 1,
|
|
56
|
+
"average_relevant_docs_per_query": 1.0030090270812437,
|
|
57
|
+
"max_relevant_docs_per_query": 2,
|
|
58
|
+
"unique_relevant_docs": 1000
|
|
59
|
+
},
|
|
60
|
+
"top_ranked_statistics": null
|
|
61
|
+
},
|
|
62
|
+
"bn": {
|
|
63
|
+
"num_samples": 2000,
|
|
64
|
+
"number_of_characters": 68908,
|
|
65
|
+
"documents_text_statistics": null,
|
|
66
|
+
"documents_image_statistics": {
|
|
67
|
+
"min_image_width": 540,
|
|
68
|
+
"average_image_width": 656.247,
|
|
69
|
+
"max_image_width": 800,
|
|
70
|
+
"min_image_height": 165,
|
|
71
|
+
"average_image_height": 981.497,
|
|
72
|
+
"max_image_height": 1080,
|
|
73
|
+
"unique_images": 1000
|
|
74
|
+
},
|
|
75
|
+
"queries_text_statistics": {
|
|
76
|
+
"total_text_length": 68908,
|
|
77
|
+
"min_text_length": 6,
|
|
78
|
+
"average_text_length": 68.908,
|
|
79
|
+
"max_text_length": 401,
|
|
80
|
+
"unique_texts": 1000
|
|
81
|
+
},
|
|
82
|
+
"queries_image_statistics": null,
|
|
83
|
+
"relevant_docs_statistics": {
|
|
84
|
+
"num_relevant_docs": 1000,
|
|
85
|
+
"min_relevant_docs_per_query": 1,
|
|
86
|
+
"average_relevant_docs_per_query": 1.0,
|
|
87
|
+
"max_relevant_docs_per_query": 1,
|
|
88
|
+
"unique_relevant_docs": 1000
|
|
89
|
+
},
|
|
90
|
+
"top_ranked_statistics": null
|
|
91
|
+
},
|
|
92
|
+
"de": {
|
|
93
|
+
"num_samples": 1996,
|
|
94
|
+
"number_of_characters": 73604,
|
|
95
|
+
"documents_text_statistics": null,
|
|
96
|
+
"documents_image_statistics": {
|
|
97
|
+
"min_image_width": 540,
|
|
98
|
+
"average_image_width": 637.307,
|
|
99
|
+
"max_image_width": 800,
|
|
100
|
+
"min_image_height": 208,
|
|
101
|
+
"average_image_height": 993.265,
|
|
102
|
+
"max_image_height": 1080,
|
|
103
|
+
"unique_images": 1000
|
|
104
|
+
},
|
|
105
|
+
"queries_text_statistics": {
|
|
106
|
+
"total_text_length": 73604,
|
|
107
|
+
"min_text_length": 5,
|
|
108
|
+
"average_text_length": 73.8995983935743,
|
|
109
|
+
"max_text_length": 361,
|
|
110
|
+
"unique_texts": 996
|
|
111
|
+
},
|
|
112
|
+
"queries_image_statistics": null,
|
|
113
|
+
"relevant_docs_statistics": {
|
|
114
|
+
"num_relevant_docs": 1000,
|
|
115
|
+
"min_relevant_docs_per_query": 1,
|
|
116
|
+
"average_relevant_docs_per_query": 1.0040160642570282,
|
|
117
|
+
"max_relevant_docs_per_query": 2,
|
|
118
|
+
"unique_relevant_docs": 1000
|
|
119
|
+
},
|
|
120
|
+
"top_ranked_statistics": null
|
|
121
|
+
},
|
|
122
|
+
"en": {
|
|
123
|
+
"num_samples": 1994,
|
|
124
|
+
"number_of_characters": 67222,
|
|
125
|
+
"documents_text_statistics": null,
|
|
126
|
+
"documents_image_statistics": {
|
|
127
|
+
"min_image_width": 540,
|
|
128
|
+
"average_image_width": 596.3456913827655,
|
|
129
|
+
"max_image_width": 800,
|
|
130
|
+
"min_image_height": 187,
|
|
131
|
+
"average_image_height": 1013.314629258517,
|
|
132
|
+
"max_image_height": 1080,
|
|
133
|
+
"unique_images": 998
|
|
134
|
+
},
|
|
135
|
+
"queries_text_statistics": {
|
|
136
|
+
"total_text_length": 67222,
|
|
137
|
+
"min_text_length": 5,
|
|
138
|
+
"average_text_length": 67.49196787148594,
|
|
139
|
+
"max_text_length": 996,
|
|
140
|
+
"unique_texts": 996
|
|
141
|
+
},
|
|
142
|
+
"queries_image_statistics": null,
|
|
143
|
+
"relevant_docs_statistics": {
|
|
144
|
+
"num_relevant_docs": 999,
|
|
145
|
+
"min_relevant_docs_per_query": 1,
|
|
146
|
+
"average_relevant_docs_per_query": 1.0030120481927711,
|
|
147
|
+
"max_relevant_docs_per_query": 3,
|
|
148
|
+
"unique_relevant_docs": 998
|
|
149
|
+
},
|
|
150
|
+
"top_ranked_statistics": null
|
|
151
|
+
},
|
|
152
|
+
"es": {
|
|
153
|
+
"num_samples": 1998,
|
|
154
|
+
"number_of_characters": 77304,
|
|
155
|
+
"documents_text_statistics": null,
|
|
156
|
+
"documents_image_statistics": {
|
|
157
|
+
"min_image_width": 540,
|
|
158
|
+
"average_image_width": 640.015,
|
|
159
|
+
"max_image_width": 800,
|
|
160
|
+
"min_image_height": 177,
|
|
161
|
+
"average_image_height": 1006.479,
|
|
162
|
+
"max_image_height": 1080,
|
|
163
|
+
"unique_images": 1000
|
|
164
|
+
},
|
|
165
|
+
"queries_text_statistics": {
|
|
166
|
+
"total_text_length": 77304,
|
|
167
|
+
"min_text_length": 5,
|
|
168
|
+
"average_text_length": 77.45891783567134,
|
|
169
|
+
"max_text_length": 366,
|
|
170
|
+
"unique_texts": 998
|
|
171
|
+
},
|
|
172
|
+
"queries_image_statistics": null,
|
|
173
|
+
"relevant_docs_statistics": {
|
|
174
|
+
"num_relevant_docs": 1000,
|
|
175
|
+
"min_relevant_docs_per_query": 1,
|
|
176
|
+
"average_relevant_docs_per_query": 1.002004008016032,
|
|
177
|
+
"max_relevant_docs_per_query": 2,
|
|
178
|
+
"unique_relevant_docs": 1000
|
|
179
|
+
},
|
|
180
|
+
"top_ranked_statistics": null
|
|
181
|
+
},
|
|
182
|
+
"fr": {
|
|
183
|
+
"num_samples": 1998,
|
|
184
|
+
"number_of_characters": 78363,
|
|
185
|
+
"documents_text_statistics": null,
|
|
186
|
+
"documents_image_statistics": {
|
|
187
|
+
"min_image_width": 540,
|
|
188
|
+
"average_image_width": 633.56,
|
|
189
|
+
"max_image_width": 800,
|
|
190
|
+
"min_image_height": 165,
|
|
191
|
+
"average_image_height": 1005.586,
|
|
192
|
+
"max_image_height": 1080,
|
|
193
|
+
"unique_images": 1000
|
|
194
|
+
},
|
|
195
|
+
"queries_text_statistics": {
|
|
196
|
+
"total_text_length": 78363,
|
|
197
|
+
"min_text_length": 9,
|
|
198
|
+
"average_text_length": 78.52004008016031,
|
|
199
|
+
"max_text_length": 437,
|
|
200
|
+
"unique_texts": 998
|
|
201
|
+
},
|
|
202
|
+
"queries_image_statistics": null,
|
|
203
|
+
"relevant_docs_statistics": {
|
|
204
|
+
"num_relevant_docs": 1000,
|
|
205
|
+
"min_relevant_docs_per_query": 1,
|
|
206
|
+
"average_relevant_docs_per_query": 1.002004008016032,
|
|
207
|
+
"max_relevant_docs_per_query": 2,
|
|
208
|
+
"unique_relevant_docs": 1000
|
|
209
|
+
},
|
|
210
|
+
"top_ranked_statistics": null
|
|
211
|
+
},
|
|
212
|
+
"hi": {
|
|
213
|
+
"num_samples": 1998,
|
|
214
|
+
"number_of_characters": 69573,
|
|
215
|
+
"documents_text_statistics": null,
|
|
216
|
+
"documents_image_statistics": {
|
|
217
|
+
"min_image_width": 540,
|
|
218
|
+
"average_image_width": 654.329,
|
|
219
|
+
"max_image_width": 800,
|
|
220
|
+
"min_image_height": 139,
|
|
221
|
+
"average_image_height": 977.642,
|
|
222
|
+
"max_image_height": 1080,
|
|
223
|
+
"unique_images": 1000
|
|
224
|
+
},
|
|
225
|
+
"queries_text_statistics": {
|
|
226
|
+
"total_text_length": 69573,
|
|
227
|
+
"min_text_length": 3,
|
|
228
|
+
"average_text_length": 69.7124248496994,
|
|
229
|
+
"max_text_length": 379,
|
|
230
|
+
"unique_texts": 998
|
|
231
|
+
},
|
|
232
|
+
"queries_image_statistics": null,
|
|
233
|
+
"relevant_docs_statistics": {
|
|
234
|
+
"num_relevant_docs": 1000,
|
|
235
|
+
"min_relevant_docs_per_query": 1,
|
|
236
|
+
"average_relevant_docs_per_query": 1.002004008016032,
|
|
237
|
+
"max_relevant_docs_per_query": 2,
|
|
238
|
+
"unique_relevant_docs": 1000
|
|
239
|
+
},
|
|
240
|
+
"top_ranked_statistics": null
|
|
241
|
+
},
|
|
242
|
+
"id": {
|
|
243
|
+
"num_samples": 1997,
|
|
244
|
+
"number_of_characters": 70747,
|
|
245
|
+
"documents_text_statistics": null,
|
|
246
|
+
"documents_image_statistics": {
|
|
247
|
+
"min_image_width": 540,
|
|
248
|
+
"average_image_width": 635.929,
|
|
249
|
+
"max_image_width": 800,
|
|
250
|
+
"min_image_height": 195,
|
|
251
|
+
"average_image_height": 1006.633,
|
|
252
|
+
"max_image_height": 1080,
|
|
253
|
+
"unique_images": 1000
|
|
254
|
+
},
|
|
255
|
+
"queries_text_statistics": {
|
|
256
|
+
"total_text_length": 70747,
|
|
257
|
+
"min_text_length": 8,
|
|
258
|
+
"average_text_length": 70.95987963891675,
|
|
259
|
+
"max_text_length": 336,
|
|
260
|
+
"unique_texts": 997
|
|
261
|
+
},
|
|
262
|
+
"queries_image_statistics": null,
|
|
263
|
+
"relevant_docs_statistics": {
|
|
264
|
+
"num_relevant_docs": 1000,
|
|
265
|
+
"min_relevant_docs_per_query": 1,
|
|
266
|
+
"average_relevant_docs_per_query": 1.0030090270812437,
|
|
267
|
+
"max_relevant_docs_per_query": 2,
|
|
268
|
+
"unique_relevant_docs": 1000
|
|
269
|
+
},
|
|
270
|
+
"top_ranked_statistics": null
|
|
271
|
+
},
|
|
272
|
+
"it": {
|
|
273
|
+
"num_samples": 1997,
|
|
274
|
+
"number_of_characters": 73568,
|
|
275
|
+
"documents_text_statistics": null,
|
|
276
|
+
"documents_image_statistics": {
|
|
277
|
+
"min_image_width": 540,
|
|
278
|
+
"average_image_width": 642.042,
|
|
279
|
+
"max_image_width": 800,
|
|
280
|
+
"min_image_height": 185,
|
|
281
|
+
"average_image_height": 998.948,
|
|
282
|
+
"max_image_height": 1080,
|
|
283
|
+
"unique_images": 1000
|
|
284
|
+
},
|
|
285
|
+
"queries_text_statistics": {
|
|
286
|
+
"total_text_length": 73568,
|
|
287
|
+
"min_text_length": 3,
|
|
288
|
+
"average_text_length": 73.78936810431294,
|
|
289
|
+
"max_text_length": 382,
|
|
290
|
+
"unique_texts": 997
|
|
291
|
+
},
|
|
292
|
+
"queries_image_statistics": null,
|
|
293
|
+
"relevant_docs_statistics": {
|
|
294
|
+
"num_relevant_docs": 1000,
|
|
295
|
+
"min_relevant_docs_per_query": 1,
|
|
296
|
+
"average_relevant_docs_per_query": 1.0030090270812437,
|
|
297
|
+
"max_relevant_docs_per_query": 2,
|
|
298
|
+
"unique_relevant_docs": 1000
|
|
299
|
+
},
|
|
300
|
+
"top_ranked_statistics": null
|
|
301
|
+
},
|
|
302
|
+
"jp": {
|
|
303
|
+
"num_samples": 1999,
|
|
304
|
+
"number_of_characters": 41167,
|
|
305
|
+
"documents_text_statistics": null,
|
|
306
|
+
"documents_image_statistics": {
|
|
307
|
+
"min_image_width": 540,
|
|
308
|
+
"average_image_width": 642.652,
|
|
309
|
+
"max_image_width": 800,
|
|
310
|
+
"min_image_height": 175,
|
|
311
|
+
"average_image_height": 1003.471,
|
|
312
|
+
"max_image_height": 1080,
|
|
313
|
+
"unique_images": 1000
|
|
314
|
+
},
|
|
315
|
+
"queries_text_statistics": {
|
|
316
|
+
"total_text_length": 41167,
|
|
317
|
+
"min_text_length": 5,
|
|
318
|
+
"average_text_length": 41.208208208208205,
|
|
319
|
+
"max_text_length": 292,
|
|
320
|
+
"unique_texts": 999
|
|
321
|
+
},
|
|
322
|
+
"queries_image_statistics": null,
|
|
323
|
+
"relevant_docs_statistics": {
|
|
324
|
+
"num_relevant_docs": 1000,
|
|
325
|
+
"min_relevant_docs_per_query": 1,
|
|
326
|
+
"average_relevant_docs_per_query": 1.001001001001001,
|
|
327
|
+
"max_relevant_docs_per_query": 2,
|
|
328
|
+
"unique_relevant_docs": 1000
|
|
329
|
+
},
|
|
330
|
+
"top_ranked_statistics": null
|
|
331
|
+
},
|
|
332
|
+
"ko": {
|
|
333
|
+
"num_samples": 1996,
|
|
334
|
+
"number_of_characters": 40070,
|
|
335
|
+
"documents_text_statistics": null,
|
|
336
|
+
"documents_image_statistics": {
|
|
337
|
+
"min_image_width": 540,
|
|
338
|
+
"average_image_width": 659.179,
|
|
339
|
+
"max_image_width": 800,
|
|
340
|
+
"min_image_height": 175,
|
|
341
|
+
"average_image_height": 976.527,
|
|
342
|
+
"max_image_height": 1080,
|
|
343
|
+
"unique_images": 1000
|
|
344
|
+
},
|
|
345
|
+
"queries_text_statistics": {
|
|
346
|
+
"total_text_length": 40070,
|
|
347
|
+
"min_text_length": 5,
|
|
348
|
+
"average_text_length": 40.230923694779115,
|
|
349
|
+
"max_text_length": 241,
|
|
350
|
+
"unique_texts": 996
|
|
351
|
+
},
|
|
352
|
+
"queries_image_statistics": null,
|
|
353
|
+
"relevant_docs_statistics": {
|
|
354
|
+
"num_relevant_docs": 1000,
|
|
355
|
+
"min_relevant_docs_per_query": 1,
|
|
356
|
+
"average_relevant_docs_per_query": 1.0040160642570282,
|
|
357
|
+
"max_relevant_docs_per_query": 2,
|
|
358
|
+
"unique_relevant_docs": 1000
|
|
359
|
+
},
|
|
360
|
+
"top_ranked_statistics": null
|
|
361
|
+
},
|
|
362
|
+
"nl": {
|
|
363
|
+
"num_samples": 1998,
|
|
364
|
+
"number_of_characters": 72649,
|
|
365
|
+
"documents_text_statistics": null,
|
|
366
|
+
"documents_image_statistics": {
|
|
367
|
+
"min_image_width": 540,
|
|
368
|
+
"average_image_width": 644.499,
|
|
369
|
+
"max_image_width": 800,
|
|
370
|
+
"min_image_height": 204,
|
|
371
|
+
"average_image_height": 1003.058,
|
|
372
|
+
"max_image_height": 1080,
|
|
373
|
+
"unique_images": 1000
|
|
374
|
+
},
|
|
375
|
+
"queries_text_statistics": {
|
|
376
|
+
"total_text_length": 72649,
|
|
377
|
+
"min_text_length": 3,
|
|
378
|
+
"average_text_length": 72.79458917835672,
|
|
379
|
+
"max_text_length": 346,
|
|
380
|
+
"unique_texts": 998
|
|
381
|
+
},
|
|
382
|
+
"queries_image_statistics": null,
|
|
383
|
+
"relevant_docs_statistics": {
|
|
384
|
+
"num_relevant_docs": 1000,
|
|
385
|
+
"min_relevant_docs_per_query": 1,
|
|
386
|
+
"average_relevant_docs_per_query": 1.002004008016032,
|
|
387
|
+
"max_relevant_docs_per_query": 2,
|
|
388
|
+
"unique_relevant_docs": 1000
|
|
389
|
+
},
|
|
390
|
+
"top_ranked_statistics": null
|
|
391
|
+
},
|
|
392
|
+
"pt": {
|
|
393
|
+
"num_samples": 1996,
|
|
394
|
+
"number_of_characters": 73432,
|
|
395
|
+
"documents_text_statistics": null,
|
|
396
|
+
"documents_image_statistics": {
|
|
397
|
+
"min_image_width": 540,
|
|
398
|
+
"average_image_width": 639.061,
|
|
399
|
+
"max_image_width": 800,
|
|
400
|
+
"min_image_height": 187,
|
|
401
|
+
"average_image_height": 1004.909,
|
|
402
|
+
"max_image_height": 1080,
|
|
403
|
+
"unique_images": 1000
|
|
404
|
+
},
|
|
405
|
+
"queries_text_statistics": {
|
|
406
|
+
"total_text_length": 73432,
|
|
407
|
+
"min_text_length": 3,
|
|
408
|
+
"average_text_length": 73.72690763052209,
|
|
409
|
+
"max_text_length": 358,
|
|
410
|
+
"unique_texts": 996
|
|
411
|
+
},
|
|
412
|
+
"queries_image_statistics": null,
|
|
413
|
+
"relevant_docs_statistics": {
|
|
414
|
+
"num_relevant_docs": 1000,
|
|
415
|
+
"min_relevant_docs_per_query": 1,
|
|
416
|
+
"average_relevant_docs_per_query": 1.0040160642570282,
|
|
417
|
+
"max_relevant_docs_per_query": 2,
|
|
418
|
+
"unique_relevant_docs": 1000
|
|
419
|
+
},
|
|
420
|
+
"top_ranked_statistics": null
|
|
421
|
+
},
|
|
422
|
+
"ru": {
|
|
423
|
+
"num_samples": 1996,
|
|
424
|
+
"number_of_characters": 74093,
|
|
425
|
+
"documents_text_statistics": null,
|
|
426
|
+
"documents_image_statistics": {
|
|
427
|
+
"min_image_width": 540,
|
|
428
|
+
"average_image_width": 630.175,
|
|
429
|
+
"max_image_width": 800,
|
|
430
|
+
"min_image_height": 165,
|
|
431
|
+
"average_image_height": 1010.635,
|
|
432
|
+
"max_image_height": 1080,
|
|
433
|
+
"unique_images": 1000
|
|
434
|
+
},
|
|
435
|
+
"queries_text_statistics": {
|
|
436
|
+
"total_text_length": 74093,
|
|
437
|
+
"min_text_length": 7,
|
|
438
|
+
"average_text_length": 74.39056224899599,
|
|
439
|
+
"max_text_length": 358,
|
|
440
|
+
"unique_texts": 996
|
|
441
|
+
},
|
|
442
|
+
"queries_image_statistics": null,
|
|
443
|
+
"relevant_docs_statistics": {
|
|
444
|
+
"num_relevant_docs": 1000,
|
|
445
|
+
"min_relevant_docs_per_query": 1,
|
|
446
|
+
"average_relevant_docs_per_query": 1.0040160642570282,
|
|
447
|
+
"max_relevant_docs_per_query": 2,
|
|
448
|
+
"unique_relevant_docs": 1000
|
|
449
|
+
},
|
|
450
|
+
"top_ranked_statistics": null
|
|
451
|
+
},
|
|
452
|
+
"th": {
|
|
453
|
+
"num_samples": 1997,
|
|
454
|
+
"number_of_characters": 65836,
|
|
455
|
+
"documents_text_statistics": null,
|
|
456
|
+
"documents_image_statistics": {
|
|
457
|
+
"min_image_width": 540,
|
|
458
|
+
"average_image_width": 656.71,
|
|
459
|
+
"max_image_width": 800,
|
|
460
|
+
"min_image_height": 175,
|
|
461
|
+
"average_image_height": 979.884,
|
|
462
|
+
"max_image_height": 1080,
|
|
463
|
+
"unique_images": 1000
|
|
464
|
+
},
|
|
465
|
+
"queries_text_statistics": {
|
|
466
|
+
"total_text_length": 65836,
|
|
467
|
+
"min_text_length": 3,
|
|
468
|
+
"average_text_length": 66.03410230692076,
|
|
469
|
+
"max_text_length": 454,
|
|
470
|
+
"unique_texts": 997
|
|
471
|
+
},
|
|
472
|
+
"queries_image_statistics": null,
|
|
473
|
+
"relevant_docs_statistics": {
|
|
474
|
+
"num_relevant_docs": 1000,
|
|
475
|
+
"min_relevant_docs_per_query": 1,
|
|
476
|
+
"average_relevant_docs_per_query": 1.0030090270812437,
|
|
477
|
+
"max_relevant_docs_per_query": 2,
|
|
478
|
+
"unique_relevant_docs": 1000
|
|
479
|
+
},
|
|
480
|
+
"top_ranked_statistics": null
|
|
481
|
+
},
|
|
482
|
+
"vi": {
|
|
483
|
+
"num_samples": 2000,
|
|
484
|
+
"number_of_characters": 71145,
|
|
485
|
+
"documents_text_statistics": null,
|
|
486
|
+
"documents_image_statistics": {
|
|
487
|
+
"min_image_width": 540,
|
|
488
|
+
"average_image_width": 640.529,
|
|
489
|
+
"max_image_width": 800,
|
|
490
|
+
"min_image_height": 185,
|
|
491
|
+
"average_image_height": 1001.225,
|
|
492
|
+
"max_image_height": 1080,
|
|
493
|
+
"unique_images": 1000
|
|
494
|
+
},
|
|
495
|
+
"queries_text_statistics": {
|
|
496
|
+
"total_text_length": 71145,
|
|
497
|
+
"min_text_length": 7,
|
|
498
|
+
"average_text_length": 71.145,
|
|
499
|
+
"max_text_length": 424,
|
|
500
|
+
"unique_texts": 1000
|
|
501
|
+
},
|
|
502
|
+
"queries_image_statistics": null,
|
|
503
|
+
"relevant_docs_statistics": {
|
|
504
|
+
"num_relevant_docs": 1000,
|
|
505
|
+
"min_relevant_docs_per_query": 1,
|
|
506
|
+
"average_relevant_docs_per_query": 1.0,
|
|
507
|
+
"max_relevant_docs_per_query": 1,
|
|
508
|
+
"unique_relevant_docs": 1000
|
|
509
|
+
},
|
|
510
|
+
"top_ranked_statistics": null
|
|
511
|
+
},
|
|
512
|
+
"zh": {
|
|
513
|
+
"num_samples": 1994,
|
|
514
|
+
"number_of_characters": 32327,
|
|
515
|
+
"documents_text_statistics": null,
|
|
516
|
+
"documents_image_statistics": {
|
|
517
|
+
"min_image_width": 540,
|
|
518
|
+
"average_image_width": 652.993,
|
|
519
|
+
"max_image_width": 800,
|
|
520
|
+
"min_image_height": 40,
|
|
521
|
+
"average_image_height": 959.754,
|
|
522
|
+
"max_image_height": 1080,
|
|
523
|
+
"unique_images": 1000
|
|
524
|
+
},
|
|
525
|
+
"queries_text_statistics": {
|
|
526
|
+
"total_text_length": 32327,
|
|
527
|
+
"min_text_length": 3,
|
|
528
|
+
"average_text_length": 32.52213279678068,
|
|
529
|
+
"max_text_length": 164,
|
|
530
|
+
"unique_texts": 994
|
|
531
|
+
},
|
|
532
|
+
"queries_image_statistics": null,
|
|
533
|
+
"relevant_docs_statistics": {
|
|
534
|
+
"num_relevant_docs": 1000,
|
|
535
|
+
"min_relevant_docs_per_query": 1,
|
|
536
|
+
"average_relevant_docs_per_query": 1.0060362173038229,
|
|
537
|
+
"max_relevant_docs_per_query": 2,
|
|
538
|
+
"unique_relevant_docs": 1000
|
|
539
|
+
},
|
|
540
|
+
"top_ranked_statistics": null
|
|
541
|
+
}
|
|
542
|
+
}
|
|
543
|
+
}
|
|
544
|
+
}
|