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
|
@@ -3,66 +3,96 @@
|
|
|
3
3
|
"num_samples": 35000,
|
|
4
4
|
"number_of_characters": 146737556,
|
|
5
5
|
"unique_pairs": 35000,
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
"
|
|
6
|
+
"sentence1_statistics": {
|
|
7
|
+
"total_text_length": 3468826,
|
|
8
|
+
"min_text_length": 16,
|
|
9
|
+
"average_text_length": 99.10931428571429,
|
|
10
|
+
"max_text_length": 204,
|
|
11
|
+
"unique_texts": 34978
|
|
12
|
+
},
|
|
13
|
+
"sentence2_statistics": {
|
|
14
|
+
"total_text_length": 143268730,
|
|
15
|
+
"min_text_length": 17,
|
|
16
|
+
"average_text_length": 101.14933691422246,
|
|
17
|
+
"max_text_length": 339,
|
|
18
|
+
"unique_texts": 1133728
|
|
19
|
+
},
|
|
14
20
|
"hf_subset_descriptive_stats": {
|
|
15
21
|
"de-en": {
|
|
16
22
|
"num_samples": 9580,
|
|
17
23
|
"number_of_characters": 41450074,
|
|
18
24
|
"unique_pairs": 9580,
|
|
19
|
-
"
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
"
|
|
25
|
+
"sentence1_statistics": {
|
|
26
|
+
"total_text_length": 1044984,
|
|
27
|
+
"min_text_length": 50,
|
|
28
|
+
"average_text_length": 109.07974947807934,
|
|
29
|
+
"max_text_length": 204,
|
|
30
|
+
"unique_texts": 9573
|
|
31
|
+
},
|
|
32
|
+
"sentence2_statistics": {
|
|
33
|
+
"total_text_length": 40405090,
|
|
34
|
+
"min_text_length": 17,
|
|
35
|
+
"average_text_length": 101.18043156531952,
|
|
36
|
+
"max_text_length": 293,
|
|
37
|
+
"unique_texts": 397151
|
|
38
|
+
}
|
|
27
39
|
},
|
|
28
40
|
"fr-en": {
|
|
29
41
|
"num_samples": 9086,
|
|
30
42
|
"number_of_characters": 38272453,
|
|
31
43
|
"unique_pairs": 9086,
|
|
32
|
-
"
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
"
|
|
44
|
+
"sentence1_statistics": {
|
|
45
|
+
"total_text_length": 902402,
|
|
46
|
+
"min_text_length": 43,
|
|
47
|
+
"average_text_length": 99.31785163988553,
|
|
48
|
+
"max_text_length": 174,
|
|
49
|
+
"unique_texts": 9081
|
|
50
|
+
},
|
|
51
|
+
"sentence2_statistics": {
|
|
52
|
+
"total_text_length": 37370051,
|
|
53
|
+
"min_text_length": 21,
|
|
54
|
+
"average_text_length": 101.05202942051324,
|
|
55
|
+
"max_text_length": 319,
|
|
56
|
+
"unique_texts": 368033
|
|
57
|
+
}
|
|
40
58
|
},
|
|
41
59
|
"ru-en": {
|
|
42
60
|
"num_samples": 14435,
|
|
43
61
|
"number_of_characters": 57904085,
|
|
44
62
|
"unique_pairs": 14435,
|
|
45
|
-
"
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
"
|
|
63
|
+
"sentence1_statistics": {
|
|
64
|
+
"total_text_length": 1467452,
|
|
65
|
+
"min_text_length": 40,
|
|
66
|
+
"average_text_length": 101.6593003117423,
|
|
67
|
+
"max_text_length": 186,
|
|
68
|
+
"unique_texts": 14425
|
|
69
|
+
},
|
|
70
|
+
"sentence2_statistics": {
|
|
71
|
+
"total_text_length": 56436633,
|
|
72
|
+
"min_text_length": 21,
|
|
73
|
+
"average_text_length": 101.06828784332406,
|
|
74
|
+
"max_text_length": 339,
|
|
75
|
+
"unique_texts": 555503
|
|
76
|
+
}
|
|
53
77
|
},
|
|
54
78
|
"zh-en": {
|
|
55
79
|
"num_samples": 1899,
|
|
56
80
|
"number_of_characters": 9110944,
|
|
57
81
|
"unique_pairs": 1899,
|
|
58
|
-
"
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
"
|
|
82
|
+
"sentence1_statistics": {
|
|
83
|
+
"total_text_length": 53988,
|
|
84
|
+
"min_text_length": 16,
|
|
85
|
+
"average_text_length": 28.429699842022117,
|
|
86
|
+
"max_text_length": 40,
|
|
87
|
+
"unique_texts": 1899
|
|
88
|
+
},
|
|
89
|
+
"sentence2_statistics": {
|
|
90
|
+
"total_text_length": 9056956,
|
|
91
|
+
"min_text_length": 22,
|
|
92
|
+
"average_text_length": 101.92388026108485,
|
|
93
|
+
"max_text_length": 249,
|
|
94
|
+
"unique_texts": 88360
|
|
95
|
+
}
|
|
66
96
|
}
|
|
67
97
|
}
|
|
68
98
|
}
|
|
@@ -1,37 +1,53 @@
|
|
|
1
1
|
{
|
|
2
2
|
"test": {
|
|
3
3
|
"num_samples": 329,
|
|
4
|
-
"number_of_characters": 29011,
|
|
5
4
|
"number_texts_intersect_with_train": 4,
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
"
|
|
16
|
-
|
|
5
|
+
"text_statistics": {
|
|
6
|
+
"total_text_length": 29011,
|
|
7
|
+
"min_text_length": 1,
|
|
8
|
+
"average_text_length": 88.17933130699087,
|
|
9
|
+
"max_text_length": 2434,
|
|
10
|
+
"unique_texts": 326
|
|
11
|
+
},
|
|
12
|
+
"image_statistics": null,
|
|
13
|
+
"label_statistics": {
|
|
14
|
+
"min_labels_per_text": 1,
|
|
15
|
+
"average_label_per_text": 1.0,
|
|
16
|
+
"max_labels_per_text": 1,
|
|
17
|
+
"unique_labels": 2,
|
|
18
|
+
"labels": {
|
|
19
|
+
"0": {
|
|
20
|
+
"count": 288
|
|
21
|
+
},
|
|
22
|
+
"1": {
|
|
23
|
+
"count": 41
|
|
24
|
+
}
|
|
17
25
|
}
|
|
18
26
|
}
|
|
19
27
|
},
|
|
20
28
|
"train": {
|
|
21
29
|
"num_samples": 2960,
|
|
22
|
-
"number_of_characters": 307722,
|
|
23
30
|
"number_texts_intersect_with_train": null,
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
"
|
|
34
|
-
|
|
31
|
+
"text_statistics": {
|
|
32
|
+
"total_text_length": 307722,
|
|
33
|
+
"min_text_length": 1,
|
|
34
|
+
"average_text_length": 103.96013513513513,
|
|
35
|
+
"max_text_length": 5403,
|
|
36
|
+
"unique_texts": 2902
|
|
37
|
+
},
|
|
38
|
+
"image_statistics": null,
|
|
39
|
+
"label_statistics": {
|
|
40
|
+
"min_labels_per_text": 1,
|
|
41
|
+
"average_label_per_text": 1.0,
|
|
42
|
+
"max_labels_per_text": 1,
|
|
43
|
+
"unique_labels": 2,
|
|
44
|
+
"labels": {
|
|
45
|
+
"0": {
|
|
46
|
+
"count": 2576
|
|
47
|
+
},
|
|
48
|
+
"1": {
|
|
49
|
+
"count": 384
|
|
50
|
+
}
|
|
35
51
|
}
|
|
36
52
|
}
|
|
37
53
|
}
|
|
@@ -1,22 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"train": {
|
|
3
3
|
"num_samples": 2264,
|
|
4
|
-
"number_of_characters": 276123,
|
|
5
4
|
"number_texts_intersect_with_train": null,
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
"
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
"
|
|
19
|
-
|
|
5
|
+
"text_statistics": {
|
|
6
|
+
"total_text_length": 276123,
|
|
7
|
+
"min_text_length": 9,
|
|
8
|
+
"average_text_length": 121.96245583038869,
|
|
9
|
+
"max_text_length": 315,
|
|
10
|
+
"unique_texts": 2259
|
|
11
|
+
},
|
|
12
|
+
"image_statistics": null,
|
|
13
|
+
"label_statistics": {
|
|
14
|
+
"min_labels_per_text": 1,
|
|
15
|
+
"average_label_per_text": 1.0,
|
|
16
|
+
"max_labels_per_text": 1,
|
|
17
|
+
"unique_labels": 3,
|
|
18
|
+
"labels": {
|
|
19
|
+
"1": {
|
|
20
|
+
"count": 1391
|
|
21
|
+
},
|
|
22
|
+
"2": {
|
|
23
|
+
"count": 570
|
|
24
|
+
},
|
|
25
|
+
"0": {
|
|
26
|
+
"count": 303
|
|
27
|
+
}
|
|
20
28
|
}
|
|
21
29
|
}
|
|
22
30
|
}
|
|
@@ -1,37 +1,53 @@
|
|
|
1
1
|
{
|
|
2
2
|
"test": {
|
|
3
3
|
"num_samples": 25000,
|
|
4
|
-
"number_of_characters": 32344810,
|
|
5
4
|
"number_texts_intersect_with_train": 123,
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
"
|
|
16
|
-
|
|
5
|
+
"text_statistics": {
|
|
6
|
+
"total_text_length": 32344810,
|
|
7
|
+
"min_text_length": 32,
|
|
8
|
+
"average_text_length": 1293.7924,
|
|
9
|
+
"max_text_length": 12988,
|
|
10
|
+
"unique_texts": 24801
|
|
11
|
+
},
|
|
12
|
+
"image_statistics": null,
|
|
13
|
+
"label_statistics": {
|
|
14
|
+
"min_labels_per_text": 1,
|
|
15
|
+
"average_label_per_text": 1.0,
|
|
16
|
+
"max_labels_per_text": 1,
|
|
17
|
+
"unique_labels": 2,
|
|
18
|
+
"labels": {
|
|
19
|
+
"0": {
|
|
20
|
+
"count": 12500
|
|
21
|
+
},
|
|
22
|
+
"1": {
|
|
23
|
+
"count": 12500
|
|
24
|
+
}
|
|
17
25
|
}
|
|
18
26
|
}
|
|
19
27
|
},
|
|
20
28
|
"train": {
|
|
21
29
|
"num_samples": 25000,
|
|
22
|
-
"number_of_characters": 33126741,
|
|
23
30
|
"number_texts_intersect_with_train": null,
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
"
|
|
34
|
-
|
|
31
|
+
"text_statistics": {
|
|
32
|
+
"total_text_length": 33126741,
|
|
33
|
+
"min_text_length": 52,
|
|
34
|
+
"average_text_length": 1325.06964,
|
|
35
|
+
"max_text_length": 13704,
|
|
36
|
+
"unique_texts": 24904
|
|
37
|
+
},
|
|
38
|
+
"image_statistics": null,
|
|
39
|
+
"label_statistics": {
|
|
40
|
+
"min_labels_per_text": 1,
|
|
41
|
+
"average_label_per_text": 1.0,
|
|
42
|
+
"max_labels_per_text": 1,
|
|
43
|
+
"unique_labels": 2,
|
|
44
|
+
"labels": {
|
|
45
|
+
"0": {
|
|
46
|
+
"count": 12500
|
|
47
|
+
},
|
|
48
|
+
"1": {
|
|
49
|
+
"count": 12500
|
|
50
|
+
}
|
|
35
51
|
}
|
|
36
52
|
}
|
|
37
53
|
}
|
|
@@ -1,22 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"train": {
|
|
3
3
|
"num_samples": 2048,
|
|
4
|
-
"number_of_characters": 79006,
|
|
5
4
|
"number_texts_intersect_with_train": null,
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
"
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
"
|
|
19
|
-
|
|
5
|
+
"text_statistics": {
|
|
6
|
+
"total_text_length": 79006,
|
|
7
|
+
"min_text_length": 4,
|
|
8
|
+
"average_text_length": 38.5771484375,
|
|
9
|
+
"max_text_length": 130,
|
|
10
|
+
"unique_texts": 2048
|
|
11
|
+
},
|
|
12
|
+
"image_statistics": null,
|
|
13
|
+
"label_statistics": {
|
|
14
|
+
"min_labels_per_text": 1,
|
|
15
|
+
"average_label_per_text": 1.0,
|
|
16
|
+
"max_labels_per_text": 1,
|
|
17
|
+
"unique_labels": 3,
|
|
18
|
+
"labels": {
|
|
19
|
+
"1": {
|
|
20
|
+
"count": 648
|
|
21
|
+
},
|
|
22
|
+
"2": {
|
|
23
|
+
"count": 904
|
|
24
|
+
},
|
|
25
|
+
"0": {
|
|
26
|
+
"count": 496
|
|
27
|
+
}
|
|
20
28
|
}
|
|
21
29
|
}
|
|
22
30
|
}
|