mteb 2.7.1__py3-none-any.whl → 2.7.3__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/__init__.py +2 -0
- mteb/_create_dataloaders.py +16 -9
- mteb/_evaluators/any_sts_evaluator.py +10 -5
- mteb/_evaluators/clustering_evaluator.py +10 -4
- mteb/_evaluators/evaluator.py +9 -4
- mteb/_evaluators/image/imagetext_pairclassification_evaluator.py +6 -4
- mteb/_evaluators/pair_classification_evaluator.py +10 -5
- mteb/_evaluators/retrieval_evaluator.py +19 -13
- mteb/_evaluators/retrieval_metrics.py +9 -3
- mteb/_evaluators/sklearn_evaluator.py +14 -10
- mteb/_evaluators/text/bitext_mining_evaluator.py +8 -3
- mteb/_evaluators/text/summarization_evaluator.py +8 -4
- mteb/_evaluators/zeroshot_classification_evaluator.py +10 -3
- mteb/_helpful_enum.py +5 -1
- mteb/abstasks/_data_filter/filters.py +8 -2
- mteb/abstasks/_data_filter/task_pipelines.py +7 -2
- mteb/abstasks/_statistics_calculation.py +6 -4
- mteb/abstasks/abstask.py +17 -9
- mteb/abstasks/aggregate_task_metadata.py +20 -9
- mteb/abstasks/aggregated_task.py +15 -8
- mteb/abstasks/classification.py +15 -6
- mteb/abstasks/clustering.py +17 -8
- mteb/abstasks/clustering_legacy.py +14 -6
- mteb/abstasks/image/image_text_pair_classification.py +17 -7
- mteb/abstasks/multilabel_classification.py +11 -5
- mteb/abstasks/pair_classification.py +19 -9
- mteb/abstasks/regression.py +14 -6
- mteb/abstasks/retrieval.py +27 -16
- mteb/abstasks/retrieval_dataset_loaders.py +11 -8
- mteb/abstasks/sts.py +19 -10
- mteb/abstasks/task_metadata.py +17 -8
- mteb/abstasks/text/bitext_mining.py +14 -7
- mteb/abstasks/text/summarization.py +17 -7
- mteb/abstasks/zeroshot_classification.py +15 -7
- mteb/benchmarks/_create_table.py +13 -3
- mteb/benchmarks/benchmark.py +11 -1
- mteb/benchmarks/benchmarks/rteb_benchmarks.py +20 -9
- mteb/cache.py +20 -14
- mteb/cli/_display_tasks.py +9 -3
- mteb/cli/build_cli.py +5 -2
- mteb/cli/generate_model_card.py +9 -2
- mteb/deprecated_evaluator.py +16 -12
- mteb/evaluate.py +20 -18
- mteb/filter_tasks.py +12 -7
- mteb/get_tasks.py +9 -4
- mteb/languages/language_scripts.py +8 -3
- mteb/leaderboard/app.py +7 -3
- mteb/leaderboard/table.py +7 -2
- mteb/load_results.py +9 -3
- mteb/models/abs_encoder.py +22 -12
- mteb/models/cache_wrappers/cache_backend_protocol.py +5 -3
- mteb/models/cache_wrappers/cache_backends/_hash_utils.py +8 -4
- mteb/models/cache_wrappers/cache_backends/faiss_cache.py +8 -3
- mteb/models/cache_wrappers/cache_wrapper.py +14 -9
- mteb/models/get_model_meta.py +11 -4
- mteb/models/instruct_wrapper.py +13 -5
- mteb/models/model_implementations/align_models.py +9 -4
- mteb/models/model_implementations/bedrock_models.py +16 -6
- mteb/models/model_implementations/blip2_models.py +9 -4
- mteb/models/model_implementations/blip_models.py +9 -4
- mteb/models/model_implementations/bm25.py +15 -10
- mteb/models/model_implementations/bmretriever_models.py +6 -2
- mteb/models/model_implementations/cde_models.py +9 -5
- mteb/models/model_implementations/clip_models.py +9 -4
- mteb/models/model_implementations/cohere_models.py +10 -4
- mteb/models/model_implementations/cohere_v.py +9 -4
- mteb/models/model_implementations/colpali_models.py +4 -3
- mteb/models/model_implementations/colqwen_models.py +10 -31
- mteb/models/model_implementations/colsmol_models.py +1 -1
- mteb/models/model_implementations/conan_models.py +10 -4
- mteb/models/model_implementations/dino_models.py +9 -4
- mteb/models/model_implementations/e5_v.py +9 -4
- mteb/models/model_implementations/eagerworks_models.py +10 -4
- mteb/models/model_implementations/evaclip_models.py +9 -4
- mteb/models/model_implementations/gme_v_models.py +5 -3
- mteb/models/model_implementations/google_models.py +10 -4
- mteb/models/model_implementations/granite_vision_embedding_models.py +6 -5
- mteb/models/model_implementations/hinvec_models.py +5 -1
- mteb/models/model_implementations/jasper_models.py +12 -5
- mteb/models/model_implementations/jina_clip.py +9 -4
- mteb/models/model_implementations/jina_models.py +10 -5
- mteb/models/model_implementations/kalm_models.py +18 -12
- mteb/models/model_implementations/linq_models.py +6 -1
- mteb/models/model_implementations/listconranker.py +9 -4
- mteb/models/model_implementations/llm2clip_models.py +9 -4
- mteb/models/model_implementations/llm2vec_models.py +12 -6
- mteb/models/model_implementations/mcinext_models.py +5 -2
- mteb/models/model_implementations/mdbr_models.py +3 -1
- mteb/models/model_implementations/{mxbai_models.py → mixedbread_ai_models.py} +91 -0
- mteb/models/model_implementations/moco_models.py +9 -4
- mteb/models/model_implementations/mod_models.py +1 -1
- mteb/models/model_implementations/model2vec_models.py +10 -4
- mteb/models/model_implementations/no_instruct_sentence_models.py +12 -5
- mteb/models/model_implementations/nomic_models.py +10 -4
- mteb/models/model_implementations/nomic_models_vision.py +4 -3
- mteb/models/model_implementations/nvidia_llama_nemoretriever_colemb.py +7 -3
- mteb/models/model_implementations/nvidia_models.py +12 -4
- mteb/models/model_implementations/octen_models.py +1 -1
- mteb/models/model_implementations/openai_models.py +9 -4
- mteb/models/model_implementations/openclip_models.py +9 -4
- mteb/models/model_implementations/opensearch_neural_sparse_models.py +10 -4
- mteb/models/model_implementations/ops_moa_models.py +7 -2
- mteb/models/model_implementations/pixie_models.py +56 -0
- mteb/models/model_implementations/promptriever_models.py +12 -6
- mteb/models/model_implementations/pylate_models.py +19 -13
- mteb/models/model_implementations/qwen3_models.py +8 -1
- mteb/models/model_implementations/random_baseline.py +4 -3
- mteb/models/model_implementations/repllama_models.py +13 -6
- mteb/models/model_implementations/rerankers_custom.py +10 -4
- mteb/models/model_implementations/rerankers_monot5_based.py +10 -4
- mteb/models/model_implementations/salesforce_models.py +7 -1
- mteb/models/model_implementations/seed_1_6_embedding_models.py +4 -2
- mteb/models/model_implementations/seed_1_6_embedding_models_1215.py +5 -2
- mteb/models/model_implementations/seed_models.py +1 -1
- mteb/models/model_implementations/siglip_models.py +9 -4
- mteb/models/model_implementations/slm_models.py +7 -4
- mteb/models/model_implementations/uae_models.py +9 -4
- mteb/models/model_implementations/vdr_models.py +7 -1
- mteb/models/model_implementations/vista_models.py +9 -4
- mteb/models/model_implementations/vlm2vec_models.py +9 -4
- mteb/models/model_implementations/voyage_models.py +10 -4
- mteb/models/model_implementations/voyage_v.py +10 -6
- mteb/models/model_implementations/yuan_models_en.py +1 -1
- mteb/models/model_meta.py +12 -7
- mteb/models/models_protocols.py +19 -18
- mteb/models/search_encoder_index/search_backend_protocol.py +7 -3
- mteb/models/search_encoder_index/search_indexes/faiss_search_index.py +12 -4
- mteb/models/search_wrappers.py +19 -12
- mteb/models/sentence_transformer_wrapper.py +4 -3
- mteb/models/vllm_wrapper.py +8 -6
- mteb/results/benchmark_results.py +22 -17
- mteb/results/model_result.py +21 -15
- mteb/results/task_result.py +41 -10
- mteb/similarity_functions.py +8 -2
- mteb/tasks/aggregated_tasks/eng/cqadupstack_retrieval.py +3 -3
- mteb/tasks/aggregated_tasks/eng/sts17_multilingual_visual_sts_eng.py +3 -3
- mteb/tasks/aggregated_tasks/eng/sts_benchmark_multilingual_visual_sts_eng.py +3 -3
- mteb/tasks/aggregated_tasks/fas/cqadupstack_retrieval_fa.py +3 -3
- mteb/tasks/aggregated_tasks/fas/syn_per_chatbot_conv_sa_classification.py +3 -3
- mteb/tasks/aggregated_tasks/multilingual/sts17_multilingual_vision_sts.py +3 -3
- mteb/tasks/aggregated_tasks/multilingual/sts_benchmark_multilingual_visual_sts.py +3 -3
- mteb/tasks/aggregated_tasks/nld/cqadupstack_nl_retrieval.py +3 -3
- mteb/tasks/aggregated_tasks/pol/cqadupstack_retrieval_pl.py +3 -3
- mteb/tasks/clustering/nob/snl_clustering.py +7 -2
- mteb/tasks/clustering/nob/vg_clustering.py +7 -2
- mteb/tasks/retrieval/eng/limit_retrieval.py +6 -1
- mteb/tasks/retrieval/multilingual/ru_sci_bench_retrieval.py +3 -3
- mteb/types/_encoder_io.py +1 -1
- mteb/types/statistics.py +9 -2
- {mteb-2.7.1.dist-info → mteb-2.7.3.dist-info}/METADATA +1 -1
- {mteb-2.7.1.dist-info → mteb-2.7.3.dist-info}/RECORD +155 -154
- {mteb-2.7.1.dist-info → mteb-2.7.3.dist-info}/WHEEL +0 -0
- {mteb-2.7.1.dist-info → mteb-2.7.3.dist-info}/entry_points.txt +0 -0
- {mteb-2.7.1.dist-info → mteb-2.7.3.dist-info}/licenses/LICENSE +0 -0
- {mteb-2.7.1.dist-info → mteb-2.7.3.dist-info}/top_level.txt +0 -0
|
@@ -1,72 +1,72 @@
|
|
|
1
|
-
mteb/__init__.py,sha256=
|
|
1
|
+
mteb/__init__.py,sha256=AFdvWGkAnKZqzKxqp-xvuBhGnpz0QM1cuOtaztsDzjI,1430
|
|
2
2
|
mteb/__main__.py,sha256=KKWed4HW-OpfpJhCuKDNDPuAAIoppQY1g2gRuCdAmlw,34
|
|
3
|
-
mteb/_create_dataloaders.py,sha256=
|
|
4
|
-
mteb/_helpful_enum.py,sha256=
|
|
3
|
+
mteb/_create_dataloaders.py,sha256=2-W3Yz7GvoTmCL7bZIm7OXOorum08A-pa4RePbYVbxg,14458
|
|
4
|
+
mteb/_helpful_enum.py,sha256=5hi3vm19QhTWXb5G80ytviJ-SEbCCGVhn2gbJaRgoyY,601
|
|
5
5
|
mteb/_log_once.py,sha256=-tUKzxGQzf2LZSuQXi97oYFXMta1B6GEYXd7BPqssvY,1095
|
|
6
6
|
mteb/_requires_package.py,sha256=eHg_TD9BVZRzNCcQQrUP17d8M1DF_vOd_tVx54AmAnM,3017
|
|
7
7
|
mteb/_set_seed.py,sha256=HPlPRl__Pe6IG-4UgJqTfplcivJ_wA2kaClbXoHQedM,1178
|
|
8
|
-
mteb/cache.py,sha256=
|
|
9
|
-
mteb/deprecated_evaluator.py,sha256=
|
|
10
|
-
mteb/evaluate.py,sha256=
|
|
11
|
-
mteb/filter_tasks.py,sha256=
|
|
12
|
-
mteb/get_tasks.py,sha256=
|
|
13
|
-
mteb/load_results.py,sha256=
|
|
8
|
+
mteb/cache.py,sha256=xE2BhrG_ypm2C0nPt6tRQCe393pN1RjDLadQcC6W1WE,27657
|
|
9
|
+
mteb/deprecated_evaluator.py,sha256=F47pBHL3lM8YHGZEPLR4CuVn7aV3gzomNpyP3I3jmmc,27727
|
|
10
|
+
mteb/evaluate.py,sha256=OzcnWwmoHlRAdYrM112QhiCnVJzSUKBt2ip1YIMV8Gk,19288
|
|
11
|
+
mteb/filter_tasks.py,sha256=ZFFEl7jWTSq3kDdM8oHG-RZrrBOP16zcFzezA3OsLiM,7430
|
|
12
|
+
mteb/get_tasks.py,sha256=1BZJF7jADJnnL_ZzsJaTKLITO7u6inAHV0PxCAQfhfc,14402
|
|
13
|
+
mteb/load_results.py,sha256=geGyArDB1CNrqse_QzPqfvY7YvF9fL57LJsuy-DDY58,6532
|
|
14
14
|
mteb/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
|
-
mteb/similarity_functions.py,sha256=
|
|
15
|
+
mteb/similarity_functions.py,sha256=7ENHjq35EMSO1kT73IKLbQ0jMWGxMPSMM8SPmGHzaAM,10887
|
|
16
16
|
mteb/_evaluators/__init__.py,sha256=Ag1_RWpxBGMpujzd3FZjI40gY_KQKIpY31tJPuk-hFg,1013
|
|
17
17
|
mteb/_evaluators/_download.py,sha256=jntlcURbJxcxUjTmn2D9Tu6ZnWgDc9t5bY8p9CZCqv4,586
|
|
18
|
-
mteb/_evaluators/any_sts_evaluator.py,sha256=
|
|
18
|
+
mteb/_evaluators/any_sts_evaluator.py,sha256=EU0QSge1MY6BL1BOvoWmYGUK0uj5So828qkgqPe4KMk,3856
|
|
19
19
|
mteb/_evaluators/classification_metrics.py,sha256=TI-cMPWrIpMqpsNhhwSBY4bZUu2yM469fbcu44zolW0,1926
|
|
20
|
-
mteb/_evaluators/clustering_evaluator.py,sha256=
|
|
21
|
-
mteb/_evaluators/evaluator.py,sha256=
|
|
22
|
-
mteb/_evaluators/pair_classification_evaluator.py,sha256=
|
|
23
|
-
mteb/_evaluators/retrieval_evaluator.py,sha256=
|
|
24
|
-
mteb/_evaluators/retrieval_metrics.py,sha256=
|
|
25
|
-
mteb/_evaluators/sklearn_evaluator.py,sha256=
|
|
26
|
-
mteb/_evaluators/zeroshot_classification_evaluator.py,sha256=
|
|
20
|
+
mteb/_evaluators/clustering_evaluator.py,sha256=c-4GJh9FtuBtZrQ2bI9wp7xrJ_vWCCCV3YDhkYM1mJc,2168
|
|
21
|
+
mteb/_evaluators/evaluator.py,sha256=RYkGWvjelmibFnYmoCvmgn5bF-KbQ0n269qGzJ30xnE,989
|
|
22
|
+
mteb/_evaluators/pair_classification_evaluator.py,sha256=WZHliRDT7jy1nBW9hshr5FzWw2SfoS5wBBLlp0Y-1jQ,6527
|
|
23
|
+
mteb/_evaluators/retrieval_evaluator.py,sha256=RuFVgmtX8olhm1WbXEVx_gPd9DaHOnrD9c4drVDP8Z0,3161
|
|
24
|
+
mteb/_evaluators/retrieval_metrics.py,sha256=XXeI7pXHuhKDvDjMKhGSU-Uv6J2itQKeD7lUH85IL8Q,23856
|
|
25
|
+
mteb/_evaluators/sklearn_evaluator.py,sha256=2A6YJ2Tkkmtw_AnONIKDFhoSajsSy0QUU4CJ7tWpiDM,3938
|
|
26
|
+
mteb/_evaluators/zeroshot_classification_evaluator.py,sha256=P7fMcfSxNKkJBu_P6bpgUlOuJTefG1nbXQoHYAxMsUg,2430
|
|
27
27
|
mteb/_evaluators/image/__init__.py,sha256=CsQd7OMkeV2Phun7paPWjayZ5qRnvj8H0TYBFeqMxag,148
|
|
28
|
-
mteb/_evaluators/image/imagetext_pairclassification_evaluator.py,sha256=
|
|
28
|
+
mteb/_evaluators/image/imagetext_pairclassification_evaluator.py,sha256=92CKHSnOh3qjP07OoApYGlmpIfA6uDOeU3NIqZxzjao,4980
|
|
29
29
|
mteb/_evaluators/text/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
30
|
-
mteb/_evaluators/text/bitext_mining_evaluator.py,sha256=
|
|
31
|
-
mteb/_evaluators/text/summarization_evaluator.py,sha256=
|
|
30
|
+
mteb/_evaluators/text/bitext_mining_evaluator.py,sha256=eTA5vp5qcOKpLcyv02tkPh45uVQiQsCJp9bgbzO9UJQ,6670
|
|
31
|
+
mteb/_evaluators/text/summarization_evaluator.py,sha256=ciHCZQglV-tE-HbH7tMw9lY_fSoPqHc1kyS8M7JUUEk,10838
|
|
32
32
|
mteb/abstasks/__init__.py,sha256=1iAwpYTWX7U-goak2KMmacPFCzxPchLQAmZ_uI0t-p0,1130
|
|
33
|
-
mteb/abstasks/_statistics_calculation.py,sha256=
|
|
33
|
+
mteb/abstasks/_statistics_calculation.py,sha256=4opttohaS6LV5K0zQIqfG2IGIzQAdKAaLTpSTQ6auBc,5988
|
|
34
34
|
mteb/abstasks/_stratification.py,sha256=GnqYRtkFYsB-412EvMR2iMqIinFr98NCSmxHeCXctlw,14347
|
|
35
|
-
mteb/abstasks/abstask.py,sha256=
|
|
36
|
-
mteb/abstasks/aggregate_task_metadata.py,sha256=
|
|
37
|
-
mteb/abstasks/aggregated_task.py,sha256
|
|
38
|
-
mteb/abstasks/classification.py,sha256=
|
|
39
|
-
mteb/abstasks/clustering.py,sha256=
|
|
40
|
-
mteb/abstasks/clustering_legacy.py,sha256
|
|
35
|
+
mteb/abstasks/abstask.py,sha256=XlXg0gda_maUDG_PcY9PbfHgHP25lfV8KhpZpcCg4Bs,25706
|
|
36
|
+
mteb/abstasks/aggregate_task_metadata.py,sha256=WXYY_DUU55s4PkxMVz7lwbdZarq6QznhbvJYdSTYZZI,5846
|
|
37
|
+
mteb/abstasks/aggregated_task.py,sha256=8NY_vaqmMuYNxuB05YjU4W6aEipyKrF2iDFS3m-eXNc,6167
|
|
38
|
+
mteb/abstasks/classification.py,sha256=tHMfK_gT9WuKHSaLvIna78_Zsb-MqeCrE1WYV6_e5v8,13828
|
|
39
|
+
mteb/abstasks/clustering.py,sha256=utce6odZiUH5gZDbQd7-UIS6TqXF_HmQSnSDFiA1sig,14819
|
|
40
|
+
mteb/abstasks/clustering_legacy.py,sha256=-6rYHPwqZGEqsNIOtR4XZHnRupRYFc5bGnvHYdlYc7U,9041
|
|
41
41
|
mteb/abstasks/dataset_card_template.md,sha256=aD6l8qc3_jxwoIGJNYLzse-jpRa8hu92AxpnUtNgges,5122
|
|
42
|
-
mteb/abstasks/multilabel_classification.py,sha256=
|
|
43
|
-
mteb/abstasks/pair_classification.py,sha256
|
|
44
|
-
mteb/abstasks/regression.py,sha256=
|
|
45
|
-
mteb/abstasks/retrieval.py,sha256=
|
|
46
|
-
mteb/abstasks/retrieval_dataset_loaders.py,sha256=
|
|
47
|
-
mteb/abstasks/sts.py,sha256=
|
|
48
|
-
mteb/abstasks/task_metadata.py,sha256=
|
|
49
|
-
mteb/abstasks/zeroshot_classification.py,sha256=
|
|
42
|
+
mteb/abstasks/multilabel_classification.py,sha256=MREVqYe2Lr4oD7ehk7KXKusyLOq_Dmf-41luJfSj340,9650
|
|
43
|
+
mteb/abstasks/pair_classification.py,sha256=gKiWBp--oIB2XioiY309ffQCo-ErP0P75MsOP8Cb5Mg,13979
|
|
44
|
+
mteb/abstasks/regression.py,sha256=ZuMZfOwU3G4hr__eHsgdagKKdrbN4-wQMLz45jr9YUc,8946
|
|
45
|
+
mteb/abstasks/retrieval.py,sha256=igoIEz2_9_duydrsjz5Rgk5Yc4Fo1Ktg9b2H8LGBis4,27136
|
|
46
|
+
mteb/abstasks/retrieval_dataset_loaders.py,sha256=2y7mlsSnVum0x7X4-UXOAN-ZeH6GankSxw0Lb9yKmMM,9500
|
|
47
|
+
mteb/abstasks/sts.py,sha256=iizxtxKcmGVH0ge7j2ZRjA7svupy7YNF7KU_u0SDCB4,9420
|
|
48
|
+
mteb/abstasks/task_metadata.py,sha256=_yVgX3yjaxVvK-Cs2nw2wMEkI0xf-QhcGb_byCeyo-w,27210
|
|
49
|
+
mteb/abstasks/zeroshot_classification.py,sha256=0YJhJr9tVW_phYVnAqFGKGBQkn1RLBy1BpmYnIbWhwE,6217
|
|
50
50
|
mteb/abstasks/_data_filter/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
51
|
-
mteb/abstasks/_data_filter/filters.py,sha256=
|
|
52
|
-
mteb/abstasks/_data_filter/task_pipelines.py,sha256=
|
|
51
|
+
mteb/abstasks/_data_filter/filters.py,sha256=ew6S8OI2G_Pf1YKz9XYTL3jh2bsQz8M5uzBy21TN-J0,4727
|
|
52
|
+
mteb/abstasks/_data_filter/task_pipelines.py,sha256=L0c4Yv-nbo_WDtuhmrcGJd1xulOwf6vc0dIyWvscgks,3254
|
|
53
53
|
mteb/abstasks/image/__init__.py,sha256=NgvMJnp1g2mUv27RL-TvzA7s1BOdMG-EB1CrZfdbWdg,136
|
|
54
|
-
mteb/abstasks/image/image_text_pair_classification.py,sha256=
|
|
54
|
+
mteb/abstasks/image/image_text_pair_classification.py,sha256=Uo_LgNu3AoDsKecrrpkfhW7Fz8NTGqZ93q2LRt24HzQ,8137
|
|
55
55
|
mteb/abstasks/text/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
56
|
-
mteb/abstasks/text/bitext_mining.py,sha256=
|
|
56
|
+
mteb/abstasks/text/bitext_mining.py,sha256=nHmKB0aXO6yrvnZgb9YkBaCPgnjze4xBcdWs7_BUNUg,11299
|
|
57
57
|
mteb/abstasks/text/reranking.py,sha256=vD5YUwst--zJ01bU40Z7juqQyuv8jrareRTtoCwt8E4,7871
|
|
58
|
-
mteb/abstasks/text/summarization.py,sha256=
|
|
58
|
+
mteb/abstasks/text/summarization.py,sha256=5fKfAR4M2j922YE8I9FNpWSRcW16M00fubTOruXnOvU,7335
|
|
59
59
|
mteb/benchmarks/__init__.py,sha256=MQEVeli-zLaJ7Xg0z7RhXQwsdmm7Ht_W2Ln0rZo1Szc,225
|
|
60
|
-
mteb/benchmarks/_create_table.py,sha256=
|
|
61
|
-
mteb/benchmarks/benchmark.py,sha256=
|
|
60
|
+
mteb/benchmarks/_create_table.py,sha256=rsckziAot5EuD-aarQ6JnGurNsq6X2zn_nl43_Ge9ng,22651
|
|
61
|
+
mteb/benchmarks/benchmark.py,sha256=YCGIvJ5Vc6GdCAYSjzwrnfj2A8MkbzNLvvtPBLMSSp8,6327
|
|
62
62
|
mteb/benchmarks/get_benchmark.py,sha256=nzR6cu5yXu1kIJKhd4A2R62xp43Z62bluPbOpNXHMWQ,2545
|
|
63
63
|
mteb/benchmarks/benchmarks/__init__.py,sha256=767VzDgayFSB3KJ05o0gFdOeo2f1EarbEfnCsy_karw,2294
|
|
64
64
|
mteb/benchmarks/benchmarks/benchmarks.py,sha256=zAm1NTggaWb5Am6O30FUf-8zIbbF39eiuhSyLHzlpxQ,102370
|
|
65
|
-
mteb/benchmarks/benchmarks/rteb_benchmarks.py,sha256=
|
|
65
|
+
mteb/benchmarks/benchmarks/rteb_benchmarks.py,sha256=m97VA15pRBm_W_Ijw_1WHxmvtv3upFJDVl0XBgDET5k,10970
|
|
66
66
|
mteb/cli/__init__.py,sha256=v-csUr3eUZElIvrGB6QGtaIdndDfNWEe9oZchsGsJpg,64
|
|
67
|
-
mteb/cli/_display_tasks.py,sha256=
|
|
68
|
-
mteb/cli/build_cli.py,sha256=
|
|
69
|
-
mteb/cli/generate_model_card.py,sha256=
|
|
67
|
+
mteb/cli/_display_tasks.py,sha256=JLlUkkfRaGkHSaU0tUTTHSrhmHO9yvwcnpm74yvItos,2307
|
|
68
|
+
mteb/cli/build_cli.py,sha256=gb5HJq6zWyPvYWb2dr-PWuMb8jAPsg60Zo3AUScS-V0,15437
|
|
69
|
+
mteb/cli/generate_model_card.py,sha256=aR8qTVtejW4Fz25BCUgXOuM0ytrHKW0m5kKW3D0L-Hw,5088
|
|
70
70
|
mteb/descriptive_stats/BitextMining/BUCC.json,sha256=7zXoJaZacNdqMSG60jPZGIDJ1is_bxbVlcrVyImPRxw,3745
|
|
71
71
|
mteb/descriptive_stats/BitextMining/BUCC.v2.json,sha256=IRPOKaIaUD31okNe12nQV2E1JeYK_Fo25Tz7d-utATM,3716
|
|
72
72
|
mteb/descriptive_stats/BitextMining/BibleNLPBitextMining.json,sha256=BxzjiVoeXrSKaeBIVytLKMf2yx_6ksZ4GddPtTU8MWY,1248649
|
|
@@ -1449,181 +1449,182 @@ mteb/languages/iso_15924_to_script.json,sha256=agZvrYqSc0YJDXoqluncshuaMeg5RGkd_
|
|
|
1449
1449
|
mteb/languages/iso_639_3_to_language.json,sha256=KDVAh3TQziSyUd8xGDwpUHRUeTrngwp-MDuOxM9bpgo,193114
|
|
1450
1450
|
mteb/languages/iso_mappings.py,sha256=TKpAmP9KL-KmY5EsHjsrfbnnluvCHES5mTlXNUC-pp0,891
|
|
1451
1451
|
mteb/languages/language_family.json,sha256=OUGcHeOIPcZPb2FWmYLhxTS0JxjK5y3Fo6x0PeK0cKM,1833535
|
|
1452
|
-
mteb/languages/language_scripts.py,sha256=
|
|
1452
|
+
mteb/languages/language_scripts.py,sha256=AjtdlJlVRE3TWASdmREKw0P-xAoVFdl_Rut5DgX6k6c,4149
|
|
1453
1453
|
mteb/languages/programming_languages.py,sha256=zxAakT3OSUnAuTnQ34VyeFIECnNXMlleZmAake6jsZE,211
|
|
1454
1454
|
mteb/leaderboard/__init__.py,sha256=991roXmtRwEQysV-37hWEzWpkvPgMCGRqZTHR-hm2io,88
|
|
1455
|
-
mteb/leaderboard/app.py,sha256=
|
|
1455
|
+
mteb/leaderboard/app.py,sha256=te9F3F5u6pMYzEsLtBnOWSr-6ZQ4ZvXVSmbfxuu3cfQ,42500
|
|
1456
1456
|
mteb/leaderboard/benchmark_selector.py,sha256=qd-2L20RQ4ACke01UlytkhZok1dkWgfUlXzfET52kGc,7956
|
|
1457
1457
|
mteb/leaderboard/figures.py,sha256=cfOK82rRf-7sCjyP7GBxh4ezhOIt0OhD0_86mKtzLrg,7530
|
|
1458
|
-
mteb/leaderboard/table.py,sha256=
|
|
1458
|
+
mteb/leaderboard/table.py,sha256=U5mWtrVUTk_6t8T4KAp5qlbFgKh1PD0iKICqNMfhsoY,10462
|
|
1459
1459
|
mteb/leaderboard/text_segments.py,sha256=iMIkS04QQjPbT-SkU0x6fOcS8xRbUYevryu9HydipKM,6570
|
|
1460
1460
|
mteb/models/__init__.py,sha256=ABTuoqiBjBtBWW3LYY7ItBHdylR6jWoy06HH0g6j6fU,910
|
|
1461
|
-
mteb/models/abs_encoder.py,sha256=
|
|
1462
|
-
mteb/models/get_model_meta.py,sha256=
|
|
1463
|
-
mteb/models/instruct_wrapper.py,sha256=
|
|
1464
|
-
mteb/models/model_meta.py,sha256=
|
|
1465
|
-
mteb/models/models_protocols.py,sha256=
|
|
1466
|
-
mteb/models/search_wrappers.py,sha256=
|
|
1467
|
-
mteb/models/sentence_transformer_wrapper.py,sha256=
|
|
1468
|
-
mteb/models/vllm_wrapper.py,sha256=
|
|
1461
|
+
mteb/models/abs_encoder.py,sha256=We9HlwWP61P4cMyZ080gywvDErA1eVsU9t46PtcNrCM,16830
|
|
1462
|
+
mteb/models/get_model_meta.py,sha256=_3gbC9I9fHJuqW4EzfM3xAv-heOBwEPswLVkCGO4BBI,6201
|
|
1463
|
+
mteb/models/instruct_wrapper.py,sha256=XAvvbPnXiTxKhFbmusm2uS8E9BMq8QXRSzQQI1jqKzE,9781
|
|
1464
|
+
mteb/models/model_meta.py,sha256=KQ1o9tJVY9T5j6wulfK47CXO-t4erl5NDqWDNMCFYxw,31271
|
|
1465
|
+
mteb/models/models_protocols.py,sha256=I2K9f0r7FL8hbkiiABOjtf0eYPvgK1oz-Okke3e7V0w,9331
|
|
1466
|
+
mteb/models/search_wrappers.py,sha256=x1bi219_PXi6Ury3earvuk72Guqj0olAc1jCSgvFGfc,21095
|
|
1467
|
+
mteb/models/sentence_transformer_wrapper.py,sha256=RsOxj-b7qzeYcxUTVJyb-lZDY4bINl4jEAEkPvKYB10,13578
|
|
1468
|
+
mteb/models/vllm_wrapper.py,sha256=rvE0mghcHRA1UwIN1mjJf1GKA6pTTcs8mZQ2UoGRJ0g,12287
|
|
1469
1469
|
mteb/models/cache_wrappers/__init__.py,sha256=1w1TnMwulWJSzNkLXjbh5MY3sqgHWc6vUntYn49i9X8,169
|
|
1470
|
-
mteb/models/cache_wrappers/cache_backend_protocol.py,sha256=
|
|
1471
|
-
mteb/models/cache_wrappers/cache_wrapper.py,sha256=
|
|
1470
|
+
mteb/models/cache_wrappers/cache_backend_protocol.py,sha256=d00imHSJAVU1jtvwLWv3mn06_SJn-6JQbOvb0N2nlAk,1676
|
|
1471
|
+
mteb/models/cache_wrappers/cache_wrapper.py,sha256=ZzbtW5rVGNZ-5wrqE06C0Uy6BHT5Lq3IysHe8hAoTz4,6703
|
|
1472
1472
|
mteb/models/cache_wrappers/cache_backends/__init__.py,sha256=hN2Tq7cpTxoOYSCJ1Wnpvb8dEm-kQLfCCahT1N9Bacw,123
|
|
1473
|
-
mteb/models/cache_wrappers/cache_backends/_hash_utils.py,sha256=
|
|
1474
|
-
mteb/models/cache_wrappers/cache_backends/faiss_cache.py,sha256=
|
|
1473
|
+
mteb/models/cache_wrappers/cache_backends/_hash_utils.py,sha256=HRZ8FeXSJyK3m07gnEIFduR2hU2DSJLjo4QPs5DxDGs,620
|
|
1474
|
+
mteb/models/cache_wrappers/cache_backends/faiss_cache.py,sha256=ejOONSD8wZACuGt455UXn_z5ZHGMpv64ORvteKNqfDw,3899
|
|
1475
1475
|
mteb/models/cache_wrappers/cache_backends/numpy_cache.py,sha256=V275IY-0lyh2REqZjIZOgJJ7SY05yiWdHNF2kiSdRfo,8071
|
|
1476
1476
|
mteb/models/model_implementations/__init__.py,sha256=BZDdde6ajKv-yroy9mqE2YS3Hw1KBdKoxBPg8aPTZEs,1164
|
|
1477
|
-
mteb/models/model_implementations/align_models.py,sha256=
|
|
1477
|
+
mteb/models/model_implementations/align_models.py,sha256=ag8hz3Wdzz6_j8W49bk_uFHtu_Ob1detnfo2whl4ulo,4643
|
|
1478
1478
|
mteb/models/model_implementations/amazon_models.py,sha256=a9bLYQ1ZGWDo4RdyaPNsBqadMrBm550fLIFr1Zfp2Nk,720
|
|
1479
1479
|
mteb/models/model_implementations/andersborges.py,sha256=TkZFz55hn3A8qBBKW4SChOMAiVRVhUdzF1gSaiv4icc,2411
|
|
1480
1480
|
mteb/models/model_implementations/ara_models.py,sha256=pE1aW6a4AdP2H0p6-YCyMi6kBGpDUsI7xi8qDtRVD_k,1478
|
|
1481
1481
|
mteb/models/model_implementations/arctic_models.py,sha256=G03_fOm_pgYbT9rgMruVlI0sEN_B8fB9HAt5nzRbbRs,10750
|
|
1482
1482
|
mteb/models/model_implementations/b1ade_models.py,sha256=oyUmA83CjiAqh51nl3c4k5NuzB-SBySyMSXsbEU--hU,1666
|
|
1483
|
-
mteb/models/model_implementations/bedrock_models.py,sha256=
|
|
1483
|
+
mteb/models/model_implementations/bedrock_models.py,sha256=QzHxSBQI0ghxw10eznCWdN1blizvttTagFQ2B17OGBQ,8915
|
|
1484
1484
|
mteb/models/model_implementations/bge_models.py,sha256=YMatt2zsOx3EVA7DQp6m6NgnTgsVU-JxWD6iEA4-IFU,25171
|
|
1485
1485
|
mteb/models/model_implementations/bica_model.py,sha256=vfScW0FBqWG00C7-lb9krWzWnAS7pTzDvBsqMPjeJAM,1266
|
|
1486
|
-
mteb/models/model_implementations/blip2_models.py,sha256=
|
|
1487
|
-
mteb/models/model_implementations/blip_models.py,sha256=
|
|
1488
|
-
mteb/models/model_implementations/bm25.py,sha256=
|
|
1489
|
-
mteb/models/model_implementations/bmretriever_models.py,sha256=
|
|
1486
|
+
mteb/models/model_implementations/blip2_models.py,sha256=src-4l7TezRwsSav-t2zFu6exGQYnrirqkif2UuH6jA,7832
|
|
1487
|
+
mteb/models/model_implementations/blip_models.py,sha256=7SaJ_Gnjjt-GbTrjrAJDbuRvk4g788V8hmjtisSPRFc,11837
|
|
1488
|
+
mteb/models/model_implementations/bm25.py,sha256=8pNd59GMW4dGPyz9JRbFDLct-rJhI_HUjQTrHhYBfvw,4965
|
|
1489
|
+
mteb/models/model_implementations/bmretriever_models.py,sha256=uIQzjltsEgIrzjDsUF7zasDT04cSJdWxeIouUtMmThQ,6919
|
|
1490
1490
|
mteb/models/model_implementations/cadet_models.py,sha256=CtY4ioYb7W8LcIYRCO5dh6-Nr1QDp6UYvTUR6FGwTik,2266
|
|
1491
|
-
mteb/models/model_implementations/cde_models.py,sha256=
|
|
1492
|
-
mteb/models/model_implementations/clip_models.py,sha256=
|
|
1491
|
+
mteb/models/model_implementations/cde_models.py,sha256=NeCYExaQs56xHU9fSW_3OmxG2bLeiB5Y4cNZ6_ejRFg,9307
|
|
1492
|
+
mteb/models/model_implementations/clip_models.py,sha256=12esOgrfjCIfr9uISmQ1wJRagA199B9eVfOYNnJC-E0,6283
|
|
1493
1493
|
mteb/models/model_implementations/clips_models.py,sha256=RJUMc9q8ZA4HRtcUDa063Rb0GvXl_cIrjU93Xv4epys,3581
|
|
1494
1494
|
mteb/models/model_implementations/codefuse_models.py,sha256=dwlHFA0p1oO7vX9NCFmjRa9hgp1_2EnpPCbKN6xfMAc,14208
|
|
1495
1495
|
mteb/models/model_implementations/codesage_models.py,sha256=HQqkwv6IuhNkUfrKBa9mnwWozoRKnmYRWOdwluBYjZA,3124
|
|
1496
|
-
mteb/models/model_implementations/cohere_models.py,sha256=
|
|
1497
|
-
mteb/models/model_implementations/cohere_v.py,sha256=
|
|
1498
|
-
mteb/models/model_implementations/colpali_models.py,sha256=
|
|
1499
|
-
mteb/models/model_implementations/colqwen_models.py,sha256=
|
|
1500
|
-
mteb/models/model_implementations/colsmol_models.py,sha256=
|
|
1501
|
-
mteb/models/model_implementations/conan_models.py,sha256=
|
|
1502
|
-
mteb/models/model_implementations/dino_models.py,sha256=
|
|
1496
|
+
mteb/models/model_implementations/cohere_models.py,sha256=S8X1a9RCwED70-Fc6VttthW2JuiEZz-_N-okAFFSMMg,14089
|
|
1497
|
+
mteb/models/model_implementations/cohere_v.py,sha256=V98D89NY4iO7OPSzVPnxzDGK_FRRE2eAc6F0ip-_AYg,15941
|
|
1498
|
+
mteb/models/model_implementations/colpali_models.py,sha256=ZFxYpHMi-6Z-K9uTRshSeCXip2Oy2czOgoHr72H3dqM,9277
|
|
1499
|
+
mteb/models/model_implementations/colqwen_models.py,sha256=c0-fWJ9tb_E5L9DOqUzZaP9v7IP36tf5fVWSBI8yT9w,15208
|
|
1500
|
+
mteb/models/model_implementations/colsmol_models.py,sha256=IOPIrYtbKNfiqv_B-XV6hdDbn24ZQDiaqaSMw3mEuo8,3071
|
|
1501
|
+
mteb/models/model_implementations/conan_models.py,sha256=xr1zsAYvXAi8xrSiQXn0r1vt5ICIWldImldA7_E5YbY,6653
|
|
1502
|
+
mteb/models/model_implementations/dino_models.py,sha256=xzfc1xMVVFK5wmAGmWL3a80swaF3hLeMOQF6jTwqEk8,26101
|
|
1503
1503
|
mteb/models/model_implementations/e5_instruct.py,sha256=86Y-MeUOQeAxNhUmqtP-4bFASQSZkDLyhyP3-lzU0yc,8061
|
|
1504
1504
|
mteb/models/model_implementations/e5_models.py,sha256=iczmJdoqfoH8dvxwmgd0xGTGR-H9XRbIhQbVqImoAb4,9798
|
|
1505
|
-
mteb/models/model_implementations/e5_v.py,sha256=
|
|
1506
|
-
mteb/models/model_implementations/eagerworks_models.py,sha256=
|
|
1505
|
+
mteb/models/model_implementations/e5_v.py,sha256=bCvNhtMlbe5rlThB2y-EGwvBa9FEZR4o63mDnNO7O28,6883
|
|
1506
|
+
mteb/models/model_implementations/eagerworks_models.py,sha256=ioiFbh9h4wOjVzlTtIdHqM0oHLFZPi0HwCFDOe_DUQE,5890
|
|
1507
1507
|
mteb/models/model_implementations/emillykkejensen_models.py,sha256=Qqzze2MXWioSalQ1cCdXIHRZRUfMN9IxtSU74IwkDb4,3740
|
|
1508
1508
|
mteb/models/model_implementations/en_code_retriever.py,sha256=UTOmjnCCDOhqoMyYXKCGDPNOqR5XMmNuE9drpgMzMqs,1084
|
|
1509
1509
|
mteb/models/model_implementations/euler_models.py,sha256=6EdpMJFFGVHGgPC44jRrsc7ywunoWN5fku-zBaa88rA,1162
|
|
1510
|
-
mteb/models/model_implementations/evaclip_models.py,sha256=
|
|
1510
|
+
mteb/models/model_implementations/evaclip_models.py,sha256=1aDjT8JjuMFIlOVd2lF8DTSSj7eB2oW100IYgxM-Vgo,8187
|
|
1511
1511
|
mteb/models/model_implementations/fa_models.py,sha256=vwEzH1EIzw0gb0cwmgoz81oYWwowVix-G47y0SiL1PQ,9988
|
|
1512
1512
|
mteb/models/model_implementations/facebookai.py,sha256=YxJRjMtdvqCHfh3dTwxrLsr19v0N658O1cTx7GilO94,5058
|
|
1513
1513
|
mteb/models/model_implementations/geogpt_models.py,sha256=FmvRKWmSBf6gXQ1b0VbHdSP02ZAEP68IzIq4726kync,1980
|
|
1514
|
-
mteb/models/model_implementations/gme_v_models.py,sha256=
|
|
1515
|
-
mteb/models/model_implementations/google_models.py,sha256=
|
|
1516
|
-
mteb/models/model_implementations/granite_vision_embedding_models.py,sha256
|
|
1514
|
+
mteb/models/model_implementations/gme_v_models.py,sha256=QrvsAMI7pm3w7VXiIFDBO10WGH1IEBy34QrZmm5Eack,13895
|
|
1515
|
+
mteb/models/model_implementations/google_models.py,sha256=eRcxa2RoyNQvww29I4k3y-BEZmMm9Et9UlFlpfBZvNk,11263
|
|
1516
|
+
mteb/models/model_implementations/granite_vision_embedding_models.py,sha256=-ShJ8pPYvjkVdtv9Dt3nlDaPj7ah6QqSm5OE6sa0PA8,7385
|
|
1517
1517
|
mteb/models/model_implementations/gritlm_models.py,sha256=XmKNIyIAJUpmfT5r_cqm7DjacbLFeGygX9IIe3k3dfw,3119
|
|
1518
1518
|
mteb/models/model_implementations/gte_models.py,sha256=A9woaY4doCb89b5dxFpJcbwmHMXiG9NnseznoWFU-Qg,14232
|
|
1519
|
-
mteb/models/model_implementations/hinvec_models.py,sha256=
|
|
1519
|
+
mteb/models/model_implementations/hinvec_models.py,sha256=RJbEYXLdPxNsmKu0tpv-pd1Wcvv3Ir5P2t9-lVrj8-g,1723
|
|
1520
1520
|
mteb/models/model_implementations/human.py,sha256=EtYa8G7Dc8fDcelBVw0xTpxGGx1YKKuprVgksY5ZOcE,558
|
|
1521
1521
|
mteb/models/model_implementations/ibm_granite_models.py,sha256=ljHjuPuBkIwJvp5WZ3csjTOIb14nLh1h3OYkW-CEeHY,8464
|
|
1522
1522
|
mteb/models/model_implementations/inf_models.py,sha256=SXXs3s9PWo08fzrxG_WOXGc_gvbpmkt-Blt7YoGcPRo,3020
|
|
1523
|
-
mteb/models/model_implementations/jasper_models.py,sha256=
|
|
1524
|
-
mteb/models/model_implementations/jina_clip.py,sha256=
|
|
1525
|
-
mteb/models/model_implementations/jina_models.py,sha256=
|
|
1526
|
-
mteb/models/model_implementations/kalm_models.py,sha256=
|
|
1523
|
+
mteb/models/model_implementations/jasper_models.py,sha256=W6MUznsj0rVmcTVEAWdjHOaXf0oqAEVCII32vFuRvfg,16403
|
|
1524
|
+
mteb/models/model_implementations/jina_clip.py,sha256=uWvMEyx0ShXkIm4d6EykQpW8bX55Is4p3MmYEdN8M0M,6678
|
|
1525
|
+
mteb/models/model_implementations/jina_models.py,sha256=HHE8W2BCofTWWnIwDZPz16PzJiOnVioEI8m4W8-TBvo,35285
|
|
1526
|
+
mteb/models/model_implementations/kalm_models.py,sha256=foOAAGjlNMxUsC-nKv6EYcoBxn2t3mR-d_KHKqmkClg,62212
|
|
1527
1527
|
mteb/models/model_implementations/kblab.py,sha256=EisTJXijICN2pyfWT_89qUnNO7TH95t1LxCxjzJnzQo,1237
|
|
1528
1528
|
mteb/models/model_implementations/kennethenevoldsen_models.py,sha256=YdroUdWJtSjrua93Qo950eui38qhD6KgnSND_NlTzro,3060
|
|
1529
1529
|
mteb/models/model_implementations/kfst.py,sha256=jz0Pez-NLXy2Hxt2edvVJMm9A6yn6xQacxxr2nCyOsY,949
|
|
1530
1530
|
mteb/models/model_implementations/kowshik24_models.py,sha256=xm2oh0Sjbvp4Aur4XUkTxp6pYtKZIbyN1r88eE4aHpQ,1460
|
|
1531
1531
|
mteb/models/model_implementations/lens_models.py,sha256=sVgP-wyi7SrMVyXkS1msMEKkE2ZTheYrt3QwGezqqJk,1748
|
|
1532
1532
|
mteb/models/model_implementations/lgai_embedding_models.py,sha256=6XSL2h4MaA8etAE8qmrDrwKBYxUBurJq-zZ8bXdW1oE,2390
|
|
1533
|
-
mteb/models/model_implementations/linq_models.py,sha256=
|
|
1534
|
-
mteb/models/model_implementations/listconranker.py,sha256=
|
|
1535
|
-
mteb/models/model_implementations/llm2clip_models.py,sha256=
|
|
1536
|
-
mteb/models/model_implementations/llm2vec_models.py,sha256=
|
|
1537
|
-
mteb/models/model_implementations/mcinext_models.py,sha256=
|
|
1538
|
-
mteb/models/model_implementations/mdbr_models.py,sha256=
|
|
1533
|
+
mteb/models/model_implementations/linq_models.py,sha256=Jorw_K-ObjnF88hvaV0cm1BoTqQC6OgEEcx70Xb7sho,2021
|
|
1534
|
+
mteb/models/model_implementations/listconranker.py,sha256=X15O6PJcAI2acc4MtfyqhdDfUjF2o-MALCtP08_oxKo,4631
|
|
1535
|
+
mteb/models/model_implementations/llm2clip_models.py,sha256=jfCR_WFOYVALOARQ1eYuBBawvgwME7Yi3L9f3w5jS2c,9423
|
|
1536
|
+
mteb/models/model_implementations/llm2vec_models.py,sha256=WWL8ydtpGvL4Jc82yVm2Qwbd7DCFURgmyWw-DpHa6Sc,13058
|
|
1537
|
+
mteb/models/model_implementations/mcinext_models.py,sha256=7XgokEPPeZDOJkUrBBqiEinv5B_i-VZJeqszp0GCnPg,19200
|
|
1538
|
+
mteb/models/model_implementations/mdbr_models.py,sha256=gGF58m_nxwaVOq03T275VofQD3Ur9W2ZdMpYwcQ9RTg,2750
|
|
1539
1539
|
mteb/models/model_implementations/misc_models.py,sha256=G42am6_tdRDFQ-0dU60OLeW2qxiQLwOoA5_NBHVN1eQ,72346
|
|
1540
|
+
mteb/models/model_implementations/mixedbread_ai_models.py,sha256=DJGYb9Twt9cuess2QS4CrW_dWEtL0LTJ5uWruHt8Gzw,10549
|
|
1540
1541
|
mteb/models/model_implementations/mme5_models.py,sha256=4lbFhmKAFUpZojoLBObL0wx8dA6wJ9SGYej488Q_Fdg,1541
|
|
1541
|
-
mteb/models/model_implementations/moco_models.py,sha256=
|
|
1542
|
-
mteb/models/model_implementations/mod_models.py,sha256=
|
|
1543
|
-
mteb/models/model_implementations/model2vec_models.py,sha256=
|
|
1542
|
+
mteb/models/model_implementations/moco_models.py,sha256=scmdL5k2HLMoWLb07QJ7hBw3C7EVW-Q6YKr5NYT0SVo,5648
|
|
1543
|
+
mteb/models/model_implementations/mod_models.py,sha256=i1OaLvAa5qiJp5-h512U6anoJpWgRulrBmTjIOKZp6c,6332
|
|
1544
|
+
mteb/models/model_implementations/model2vec_models.py,sha256=2q5MB2MsgXSof3rMMg996w01GKa2HEuSwSo5Z18-JSY,14652
|
|
1544
1545
|
mteb/models/model_implementations/moka_models.py,sha256=M3nhjDoisunpYojtU-dEZYaLjBkndOGhWByz17_x5_w,5088
|
|
1545
|
-
mteb/models/model_implementations/mxbai_models.py,sha256=1IqBwht4asnNveuA1B8nLcSyLFqphlbY2oloGAgpp78,7550
|
|
1546
1546
|
mteb/models/model_implementations/nbailab.py,sha256=LM00HJIr4yrA45qh2O21BIDXku9KcoTz-mttczEx_qM,2567
|
|
1547
|
-
mteb/models/model_implementations/no_instruct_sentence_models.py,sha256=
|
|
1548
|
-
mteb/models/model_implementations/nomic_models.py,sha256=
|
|
1549
|
-
mteb/models/model_implementations/nomic_models_vision.py,sha256=
|
|
1550
|
-
mteb/models/model_implementations/nvidia_llama_nemoretriever_colemb.py,sha256=
|
|
1551
|
-
mteb/models/model_implementations/nvidia_models.py,sha256=
|
|
1552
|
-
mteb/models/model_implementations/octen_models.py,sha256=
|
|
1553
|
-
mteb/models/model_implementations/openai_models.py,sha256=
|
|
1554
|
-
mteb/models/model_implementations/openclip_models.py,sha256=
|
|
1555
|
-
mteb/models/model_implementations/opensearch_neural_sparse_models.py,sha256
|
|
1556
|
-
mteb/models/model_implementations/ops_moa_models.py,sha256=
|
|
1547
|
+
mteb/models/model_implementations/no_instruct_sentence_models.py,sha256=qIqABBYCVHjjhWW5wF3IeFmh0SblSxwTFstQNEYnXvg,4159
|
|
1548
|
+
mteb/models/model_implementations/nomic_models.py,sha256=nLIQBNhsZXazzuWba1EdC7Pa3NSh0QluNzEA1YiDhD8,15242
|
|
1549
|
+
mteb/models/model_implementations/nomic_models_vision.py,sha256=MeiO-rq5-PimLDe-BBIx9emNSvzoZFGzL3O2VXbsZfM,6883
|
|
1550
|
+
mteb/models/model_implementations/nvidia_llama_nemoretriever_colemb.py,sha256=IchDq1NQW4BJGEUd_TfaUSxrRZg7RrS2VuFE-Z55LWw,6967
|
|
1551
|
+
mteb/models/model_implementations/nvidia_models.py,sha256=NtzuXxnWfhMPnKqZa7QwcpsfQh2kAobeZt3unYPZbL8,26825
|
|
1552
|
+
mteb/models/model_implementations/octen_models.py,sha256=esOHJ8c9hzuwe21TjHgZbq63lddrkenYnA_xh78f8iA,8496
|
|
1553
|
+
mteb/models/model_implementations/openai_models.py,sha256=dhbjmzAKFwdMRROiSO-dRuT53IVfK9BjdsLwJL8yGZo,9565
|
|
1554
|
+
mteb/models/model_implementations/openclip_models.py,sha256=q4gwUYfCHrMVkkWs310BsejpRGDfhM1WFM5xjYuQhFU,11705
|
|
1555
|
+
mteb/models/model_implementations/opensearch_neural_sparse_models.py,sha256=-7qMqEzYmTGq0FxcBaoUV484CDGyf6Gp0ePGtBDDC60,8741
|
|
1556
|
+
mteb/models/model_implementations/ops_moa_models.py,sha256=tNyw0zZzYH4jEo8QlmvHDCCce0pLUOeQnVOKJPgJiwQ,2577
|
|
1557
1557
|
mteb/models/model_implementations/ordalietech_solon_embeddings_mini_beta_1_1.py,sha256=PJx1enAWiuiQUqA0JdfpPSBZS1h8CKy7ew-GFGj4YUM,1081
|
|
1558
1558
|
mteb/models/model_implementations/pawan_models.py,sha256=Fwpxqool7lHOMsim0XllWjRrQwxZP2ZU3Y9OtQ0AMvA,1192
|
|
1559
1559
|
mteb/models/model_implementations/piccolo_models.py,sha256=rIdT5pLInGyjLXpLcECLPWFJ1N-XfzCte0k3Em5Vy-M,2181
|
|
1560
|
-
mteb/models/model_implementations/
|
|
1561
|
-
mteb/models/model_implementations/
|
|
1560
|
+
mteb/models/model_implementations/pixie_models.py,sha256=vm2vyCBhi5-_5iRQBmIB6KMjvJOByHDkYiPvSi8LsnQ,1798
|
|
1561
|
+
mteb/models/model_implementations/promptriever_models.py,sha256=Mi_Mmo4hDWKsGwBdbk8SZYNj87Ng0u3Jjd8vFxkveAo,6584
|
|
1562
|
+
mteb/models/model_implementations/pylate_models.py,sha256=Wlbx7dayIVa2df6_fiB3WkvSMS3nJNNNKchd_dtWTbA,17094
|
|
1562
1563
|
mteb/models/model_implementations/qodo_models.py,sha256=bb2iUDdLp1sOZdYojZuzAzV4CQK68Ad1Y-VJul78uho,2151
|
|
1563
1564
|
mteb/models/model_implementations/qtack_models.py,sha256=GJGZ0zmJw1KT39kIyrQUlEGMkY-lUa36CY_qTN6mPJU,1265
|
|
1564
|
-
mteb/models/model_implementations/qwen3_models.py,sha256=
|
|
1565
|
+
mteb/models/model_implementations/qwen3_models.py,sha256=hQXVoPTRy1wJgzen9lksmF6qh5SFwh2VcnDXp148wB8,5418
|
|
1565
1566
|
mteb/models/model_implementations/qzhou_models.py,sha256=iNsSGvoJJ8XByMF-vFScResLDuqEUcps95s2UvWCPjE,3618
|
|
1566
|
-
mteb/models/model_implementations/random_baseline.py,sha256=
|
|
1567
|
+
mteb/models/model_implementations/random_baseline.py,sha256=YsITQoLbea_Iz2X84WNGBGkhlsQ3hB7yx1oJwXghimE,7561
|
|
1567
1568
|
mteb/models/model_implementations/rasgaard_models.py,sha256=iwqLW0r12RF3tyhakZu3ZPTLx0IRXeOAxptgaJCaJKQ,1285
|
|
1568
1569
|
mteb/models/model_implementations/reasonir_model.py,sha256=881oFRknIelXBJFFJWVaETol98mjXt69IDueUg1cxNE,2275
|
|
1569
|
-
mteb/models/model_implementations/repllama_models.py,sha256=
|
|
1570
|
-
mteb/models/model_implementations/rerankers_custom.py,sha256=
|
|
1571
|
-
mteb/models/model_implementations/rerankers_monot5_based.py,sha256=
|
|
1570
|
+
mteb/models/model_implementations/repllama_models.py,sha256=oDLuyUu3nyO73F5pL_krsMypN63caxXbv3B--2pTk9g,7470
|
|
1571
|
+
mteb/models/model_implementations/rerankers_custom.py,sha256=wMbQdLdk6Ra8DE-GyuX_CK40mpvdFzKxmW6zepkYnJk,10841
|
|
1572
|
+
mteb/models/model_implementations/rerankers_monot5_based.py,sha256=Ld3UZp4885BJAHwV0MvH6pnFz0QHYRX6YQiz-TUMRnU,34780
|
|
1572
1573
|
mteb/models/model_implementations/richinfoai_models.py,sha256=n9m6tRq1f3sRWmiQ_9yORMSTZuk9yya3jcvNJTuKh8E,1030
|
|
1573
1574
|
mteb/models/model_implementations/ru_sentence_models.py,sha256=nGvJV9rkfsEMp3QtYBtDnJF2jTm1C31_kCHILnAd6wg,42269
|
|
1574
1575
|
mteb/models/model_implementations/ruri_models.py,sha256=La2z2xaqYlX6arGrPz55i3-8SYokXhitiyV7DpJQODk,10453
|
|
1575
|
-
mteb/models/model_implementations/salesforce_models.py,sha256=
|
|
1576
|
+
mteb/models/model_implementations/salesforce_models.py,sha256=IuifNf3zg7Fkg_Oat1wXrNe_6jWLH0Oo3HRqGR5aihs,5424
|
|
1576
1577
|
mteb/models/model_implementations/samilpwc_models.py,sha256=ZYmpjsg66eTVaA7-ChDwDAk7zBU5v5JbIDdVaxmlhOk,2078
|
|
1577
1578
|
mteb/models/model_implementations/sarashina_embedding_models.py,sha256=ZShwUY3SuSjm6wTYqqh5aIdhadFfFHNvbM2VzZZrOUU,8529
|
|
1578
1579
|
mteb/models/model_implementations/searchmap_models.py,sha256=xVQPkO7aLp_kBFiMDAmBOx13VIAuXjgnJ2zUg_Cmed8,1961
|
|
1579
|
-
mteb/models/model_implementations/seed_1_6_embedding_models.py,sha256=
|
|
1580
|
-
mteb/models/model_implementations/seed_1_6_embedding_models_1215.py,sha256=
|
|
1581
|
-
mteb/models/model_implementations/seed_models.py,sha256=
|
|
1580
|
+
mteb/models/model_implementations/seed_1_6_embedding_models.py,sha256=lymyUc3xhH9i5RSvxqUP1NSkNLsn5yovF72APEq5Hpg,18666
|
|
1581
|
+
mteb/models/model_implementations/seed_1_6_embedding_models_1215.py,sha256=ChVsqm7pDFkoD8drfoIbO4nu0uJenBzalztv8FlL2dg,36518
|
|
1582
|
+
mteb/models/model_implementations/seed_models.py,sha256=IPUXOruQrlgfdxpxc960ejQdWyjkuZmj0eyK-alxkN0,14150
|
|
1582
1583
|
mteb/models/model_implementations/sentence_transformers_models.py,sha256=6oULaf2mTyVe7vy9oS_QoKuxXXPaAqjQgSooMTG0xow,26071
|
|
1583
1584
|
mteb/models/model_implementations/shuu_model.py,sha256=1jDFFPAfbfrSzC4vbHczO4yqy3Xh4tWiDAd3FS9-T6M,1177
|
|
1584
|
-
mteb/models/model_implementations/siglip_models.py,sha256=
|
|
1585
|
-
mteb/models/model_implementations/slm_models.py,sha256=
|
|
1585
|
+
mteb/models/model_implementations/siglip_models.py,sha256=MLESCdTn0cVhYurvSCmfX0i2KAxYmMcXB2TRyNPlvl4,13095
|
|
1586
|
+
mteb/models/model_implementations/slm_models.py,sha256=uMtAxpT3UjghyShqDOgpcbFlv0jZFLAheIPw7Psc4-E,13474
|
|
1586
1587
|
mteb/models/model_implementations/sonar_models.py,sha256=e0zG4ZxCM52mOtIpd43mMORZcX39utOiVDvzX_mz7oQ,4810
|
|
1587
1588
|
mteb/models/model_implementations/spartan8806_atles_champion.py,sha256=nDfqkxdi8BlFoixWYjBQnaDyPCRb1UyPgH7792hihXs,1270
|
|
1588
1589
|
mteb/models/model_implementations/stella_models.py,sha256=ts2BbEl-Qe8okYTneVeoWE-pu9VCkyO7a9oJofjjEok,8420
|
|
1589
1590
|
mteb/models/model_implementations/tarka_models.py,sha256=r6H_ZLGbFwpQQrhvaepJVrsSxYXvXGChMIUDgbHaRFs,27427
|
|
1590
1591
|
mteb/models/model_implementations/text2vec_models.py,sha256=WuwcmJ6Irhayz4V7F3JJosTsfUm6WjNPmCiqUlAj0Ac,4300
|
|
1591
1592
|
mteb/models/model_implementations/ua_sentence_models.py,sha256=bbgwj71Y79VNiuK1hKIKq5XJy4mP71iDrd7IMeiKun8,1708
|
|
1592
|
-
mteb/models/model_implementations/uae_models.py,sha256=
|
|
1593
|
-
mteb/models/model_implementations/vdr_models.py,sha256=
|
|
1593
|
+
mteb/models/model_implementations/uae_models.py,sha256=fkDphkbkCUthhKKZWc3iMopZKMXLK1BGxLcRt0-QZic,3307
|
|
1594
|
+
mteb/models/model_implementations/vdr_models.py,sha256=vs1JttkHiTjhz2lmGi-jjzIUPUj3BQ2t3xRUVoTpGwI,1572
|
|
1594
1595
|
mteb/models/model_implementations/vi_vn_models.py,sha256=Ep2zj4Xvjyu0a_YiLsYvolKdMGSOtzm-N-yNyXmfNwA,6328
|
|
1595
|
-
mteb/models/model_implementations/vista_models.py,sha256=
|
|
1596
|
-
mteb/models/model_implementations/vlm2vec_models.py,sha256=
|
|
1597
|
-
mteb/models/model_implementations/voyage_models.py,sha256=
|
|
1598
|
-
mteb/models/model_implementations/voyage_v.py,sha256=
|
|
1596
|
+
mteb/models/model_implementations/vista_models.py,sha256=kcxMGynSaMKxFGP0qppwvSAah7c6rdMKx5ow93th7Rc,10967
|
|
1597
|
+
mteb/models/model_implementations/vlm2vec_models.py,sha256=MvKXEok09U9pXTJjKUO7CxFSag8jrbN9TYoTzmjziXg,11885
|
|
1598
|
+
mteb/models/model_implementations/voyage_models.py,sha256=Jr5a0DKdy_DP1umLsrQyf1YxTMjFSLjWy--vTwH-S5w,22630
|
|
1599
|
+
mteb/models/model_implementations/voyage_v.py,sha256=QpF9LO-TtIHCVf9tTkvhwW_YNH9zh1qN5nQnRZP_MNo,8247
|
|
1599
1600
|
mteb/models/model_implementations/xyz_models.py,sha256=gjwCx3U4AxMcJDTSWVoYV6xeyXLw7lUZI5D6Q7JjWho,1322
|
|
1600
1601
|
mteb/models/model_implementations/youtu_models.py,sha256=THwWRabutW-qC-JZOVhxXWjKHVyMElzt_xm81ixzN50,5995
|
|
1601
1602
|
mteb/models/model_implementations/yuan_models.py,sha256=j-QIKECPg4TiBW_3Bp6g5yr2UOdFziFSeoGE4uKepSM,980
|
|
1602
|
-
mteb/models/model_implementations/yuan_models_en.py,sha256=
|
|
1603
|
+
mteb/models/model_implementations/yuan_models_en.py,sha256=IqhpnfW0Aond1fVnp3SXi3SrqArLas84LLgN8V4SFrM,1677
|
|
1603
1604
|
mteb/models/search_encoder_index/__init__.py,sha256=3QFacIuFyEiI7ocsSkb3Lp2S2L7MLkpHCMIJ201fowA,182
|
|
1604
|
-
mteb/models/search_encoder_index/search_backend_protocol.py,sha256=
|
|
1605
|
+
mteb/models/search_encoder_index/search_backend_protocol.py,sha256=jYIQkQ3FjFM503luHasbSk0tKzxp1NwIjtWzABBZLeY,1968
|
|
1605
1606
|
mteb/models/search_encoder_index/search_indexes/__init__.py,sha256=Wm60_oUemUpFsvrCMW111dcPH2L2rt1iZrXMskXmG7o,88
|
|
1606
|
-
mteb/models/search_encoder_index/search_indexes/faiss_search_index.py,sha256=
|
|
1607
|
+
mteb/models/search_encoder_index/search_indexes/faiss_search_index.py,sha256=jwC-3swhnILZnVHUrMR7Ts78TuYtVRxPusF02UV1g6E,5770
|
|
1607
1608
|
mteb/results/__init__.py,sha256=EXQqK4Am5eIYzD52dpcGAFSdqnC38oE6JHN302oidHc,158
|
|
1608
|
-
mteb/results/benchmark_results.py,sha256=
|
|
1609
|
-
mteb/results/model_result.py,sha256=
|
|
1610
|
-
mteb/results/task_result.py,sha256=
|
|
1609
|
+
mteb/results/benchmark_results.py,sha256=unBUBJ92ud0UXlkZJLn71WVcf-oUlF6XcITTccz5OBA,20318
|
|
1610
|
+
mteb/results/model_result.py,sha256=u1eUynaf_KVsdYdz29MACsCDR_48xODapkIGLG-lZa0,15321
|
|
1611
|
+
mteb/results/task_result.py,sha256=3j-zHyzsMRUrNWkDrgGalCc2-QmlxMYryb67P3m2VV8,33813
|
|
1611
1612
|
mteb/tasks/__init__.py,sha256=izAxU0ip1F_YUwx0dFCuN35BaktdmePh6vlDiHC0kLo,503
|
|
1612
1613
|
mteb/tasks/aggregated_tasks/__init__.py,sha256=Ufgbh1AirxCQkojO3AUhUFWM8zQG10cfdVTkj_PeyLI,104
|
|
1613
1614
|
mteb/tasks/aggregated_tasks/eng/__init__.py,sha256=HgaSyAX8Is5CGE006RgJkLQQVxrx2FmMnm6NHQBDi-4,358
|
|
1614
|
-
mteb/tasks/aggregated_tasks/eng/cqadupstack_retrieval.py,sha256=
|
|
1615
|
-
mteb/tasks/aggregated_tasks/eng/sts17_multilingual_visual_sts_eng.py,sha256=
|
|
1616
|
-
mteb/tasks/aggregated_tasks/eng/sts_benchmark_multilingual_visual_sts_eng.py,sha256=
|
|
1615
|
+
mteb/tasks/aggregated_tasks/eng/cqadupstack_retrieval.py,sha256=bKbx-L5v1Id7yW6idXU4XIYHfpohDb-GpPOnV4wvxvY,2149
|
|
1616
|
+
mteb/tasks/aggregated_tasks/eng/sts17_multilingual_visual_sts_eng.py,sha256=jptzp8rw7uStr7I3Puy7Eo3o3VyP5vWx55VDUFOn9RM,1435
|
|
1617
|
+
mteb/tasks/aggregated_tasks/eng/sts_benchmark_multilingual_visual_sts_eng.py,sha256=UX7pFnPFlUdBIeAwPeR_whhYuLxJIPtXckGpm5XonjY,1365
|
|
1617
1618
|
mteb/tasks/aggregated_tasks/fas/__init__.py,sha256=3-JWNHm4I74-yDmYLe4f5EH29UdugfkqtQ_hzAuIy_o,233
|
|
1618
|
-
mteb/tasks/aggregated_tasks/fas/cqadupstack_retrieval_fa.py,sha256=
|
|
1619
|
-
mteb/tasks/aggregated_tasks/fas/syn_per_chatbot_conv_sa_classification.py,sha256=
|
|
1619
|
+
mteb/tasks/aggregated_tasks/fas/cqadupstack_retrieval_fa.py,sha256=CbXeKWuGwP2VacjuxiF8ZxPQbNkk1crbwonp9fhJVQc,1522
|
|
1620
|
+
mteb/tasks/aggregated_tasks/fas/syn_per_chatbot_conv_sa_classification.py,sha256=Vp3H5gMPUX_wRYtrrR1sRyl7pnDoBeeA73RFCD8CQfE,1184
|
|
1620
1621
|
mteb/tasks/aggregated_tasks/multilingual/__init__.py,sha256=RzvN2ObH9EcnpadOjCUPI_gP6fKT2h_2cqL7bA0WW6o,302
|
|
1621
|
-
mteb/tasks/aggregated_tasks/multilingual/sts17_multilingual_vision_sts.py,sha256=
|
|
1622
|
-
mteb/tasks/aggregated_tasks/multilingual/sts_benchmark_multilingual_visual_sts.py,sha256=
|
|
1622
|
+
mteb/tasks/aggregated_tasks/multilingual/sts17_multilingual_vision_sts.py,sha256=KTQBqqhLKpyU6DKEmz_J4Ujd-T_Lku5XLfDSLPHafYs,2109
|
|
1623
|
+
mteb/tasks/aggregated_tasks/multilingual/sts_benchmark_multilingual_visual_sts.py,sha256=getf8b12jzIWPqZofZXyh-uvc3cHoLsiKOuoQP0G22g,1953
|
|
1623
1624
|
mteb/tasks/aggregated_tasks/nld/__init__.py,sha256=j1gIyN-tjD75JBS1O3FuMQIGmVUqvMQ-CqJpzgNQjTw,106
|
|
1624
|
-
mteb/tasks/aggregated_tasks/nld/cqadupstack_nl_retrieval.py,sha256=
|
|
1625
|
+
mteb/tasks/aggregated_tasks/nld/cqadupstack_nl_retrieval.py,sha256=LlRuibdTCuAgfpsnSuErseykFSRzc4SQWwLq6EWUWcc,2438
|
|
1625
1626
|
mteb/tasks/aggregated_tasks/pol/__init__.py,sha256=lXhz3unVuuCtnvE12Pnqx9RDTkfmf2ABMQJVoUGYJcQ,106
|
|
1626
|
-
mteb/tasks/aggregated_tasks/pol/cqadupstack_retrieval_pl.py,sha256=
|
|
1627
|
+
mteb/tasks/aggregated_tasks/pol/cqadupstack_retrieval_pl.py,sha256=dApT6xmmA3JlHLT9ckt1mgUO8ojzPACd3hHQ0lABh74,1872
|
|
1627
1628
|
mteb/tasks/bitext_mining/__init__.py,sha256=OW5cpjK2vMUOkTkC0TUgTnaWxhNBe8kk8ARCpCrf5MA,142
|
|
1628
1629
|
mteb/tasks/bitext_mining/dan/__init__.py,sha256=2ipLKsxlpKlakIZq5hFSYSZhY6Nd29hg9INMsT7Bd-k,95
|
|
1629
1630
|
mteb/tasks/bitext_mining/dan/bornholmsk_bitext_mining.py,sha256=VysbFfJbGh6X-GP4vZEBwF33n7D0V34Fr0CfdK0TvdM,1924
|
|
@@ -1992,9 +1993,9 @@ mteb/tasks/clustering/nld/open_tender_clustering_s2s.py,sha256=9DlFx_VQHFrRR5Gi6
|
|
|
1992
1993
|
mteb/tasks/clustering/nld/vabb_clustering_p2p.py,sha256=TDGBUwN6AAQ8U0S0Whp5OiU0_XAsNsonrCeqxNnYFCg,2191
|
|
1993
1994
|
mteb/tasks/clustering/nld/vabb_clustering_s2s.py,sha256=2UXW5pk95meD5FNHuMY4S1mhlaPl0NfrKDAV9N4_uCY,2193
|
|
1994
1995
|
mteb/tasks/clustering/nob/__init__.py,sha256=de-t3amIyZAo0iPjy33xVMFKCQlcDNmS4M8dgfWsr1U,503
|
|
1995
|
-
mteb/tasks/clustering/nob/snl_clustering.py,sha256=
|
|
1996
|
+
mteb/tasks/clustering/nob/snl_clustering.py,sha256=dT2LVhDeQQ_0dthcDt0x8kp81h4ZEXmOm_X0kcvH43U,3655
|
|
1996
1997
|
mteb/tasks/clustering/nob/snl_hierarchical_clustering.py,sha256=OfdGmodK0eHTQMLo22SMI4FxM47wUCJmYYL8OOPqrCg,3328
|
|
1997
|
-
mteb/tasks/clustering/nob/vg_clustering.py,sha256=
|
|
1998
|
+
mteb/tasks/clustering/nob/vg_clustering.py,sha256=5QlYxOR2Mx6vQMIq52NZ1AEFcN7QOGMA4iSD1w2Q0o0,3676
|
|
1998
1999
|
mteb/tasks/clustering/nob/vg_hierarchical_clustering.py,sha256=lVPCrnei7S8EfLav38F3rv80WPCffBOcju5w8pCjioI,3893
|
|
1999
2000
|
mteb/tasks/clustering/pol/__init__.py,sha256=na-Vwcu9J6P-05_40WLSI0DvhP2hdSRzDRT4A38gbvY,370
|
|
2000
2001
|
mteb/tasks/clustering/pol/polish_clustering.py,sha256=RcFVSe3aDdtzHpijVXh2aKcTMNChntXw3Knu_HAhyQk,11206
|
|
@@ -2289,7 +2290,7 @@ mteb/tasks/retrieval/eng/lemb_passkey_retrieval.py,sha256=t6-AdiXiOpgLKacVILKu0L
|
|
|
2289
2290
|
mteb/tasks/retrieval/eng/lemb_summ_screen_fd_retrieval.py,sha256=jO38l3-dkN22IX4YZUj57uN7tm6RfwSmvm-uIlglFcM,2608
|
|
2290
2291
|
mteb/tasks/retrieval/eng/lemb_wikim_qa_retrieval.py,sha256=0NpKvntafhBi0WMFcNoXl-J_BJHZYQZLsFNEaxztzVg,2292
|
|
2291
2292
|
mteb/tasks/retrieval/eng/lembqm_sum_retrieval.py,sha256=ai0cI88ns7maPIvVhA3pHJ-kwIG50DOv2-ET3X2cxMU,2860
|
|
2292
|
-
mteb/tasks/retrieval/eng/limit_retrieval.py,sha256=
|
|
2293
|
+
mteb/tasks/retrieval/eng/limit_retrieval.py,sha256=0asw3V7oBfVTinfhOHx-bzvN8G1wfO1ec0gAIBCT3pI,2586
|
|
2293
2294
|
mteb/tasks/retrieval/eng/lit_search_retrieval.py,sha256=CpL-LNff6QHpseLML4u9_csPNff4QhErRMjYN-42uCM,2934
|
|
2294
2295
|
mteb/tasks/retrieval/eng/llava_it2t_retrieval.py,sha256=j2W4nh5EPcbvilYqgyjJ1tfHgxLsKGG5wisSsiAVK3A,1780
|
|
2295
2296
|
mteb/tasks/retrieval/eng/lotte_retrieval.py,sha256=l5akqCc54mS1fmmhBWie-2EDpuCc0sQZRCtm2c3x3YA,2325
|
|
@@ -2414,7 +2415,7 @@ mteb/tasks/retrieval/multilingual/multi_long_doc_retrieval.py,sha256=xF4GjBmJVgw
|
|
|
2414
2415
|
mteb/tasks/retrieval/multilingual/neu_clir2022_retrieval.py,sha256=bkGMvMxG2toYL98kv85BvVpSZ-rVeWvB5FFIzXhdPO4,2749
|
|
2415
2416
|
mteb/tasks/retrieval/multilingual/neu_clir2023_retrieval.py,sha256=0cALhuU3ZU5c_y7tDIyiMc7Onv-qC7YwfnimZVb8-rg,2793
|
|
2416
2417
|
mteb/tasks/retrieval/multilingual/public_health_qa_retrieval.py,sha256=LJGpx4RkSJPXldN0SlMA6PbG1x8R2l-Hupc9q1xfleg,3667
|
|
2417
|
-
mteb/tasks/retrieval/multilingual/ru_sci_bench_retrieval.py,sha256=
|
|
2418
|
+
mteb/tasks/retrieval/multilingual/ru_sci_bench_retrieval.py,sha256=5iMAlfjLSov0WHMcwoi_8mianknPCCPVPAI9zl9NBGk,6843
|
|
2418
2419
|
mteb/tasks/retrieval/multilingual/statcan_dialogue_dataset_retrieval.py,sha256=iFUQUlO_ogBdQBVYBQW3o-AJDQ792yg1pJtRxA5I3Qo,3796
|
|
2419
2420
|
mteb/tasks/retrieval/multilingual/vdr_multilingual_retrieval.py,sha256=UduWKefwP7bPYxiDlztPEvSWXmTdw0xElglMbPY6XhA,4449
|
|
2420
2421
|
mteb/tasks/retrieval/multilingual/vidore2_bench_retrieval.py,sha256=vOfiruHywYkP8pccdAuGLyYyFTw1zK0qcXDnUFA8Z5A,9091
|
|
@@ -2617,14 +2618,14 @@ mteb/tasks/zeroshot_classification/eng/sun397.py,sha256=Nls7tXM2Svu008MmAUjt-o_N
|
|
|
2617
2618
|
mteb/tasks/zeroshot_classification/eng/ucf101.py,sha256=kwNRYks-_Oe4VE3GyoHIvN-2OJ6zhkwFr76WDNL9ymU,1884
|
|
2618
2619
|
mteb/tasks/zeroshot_classification/eng/templates/__init__.py,sha256=da1PTClDMl-IBkrSvq6JC1lnS-K_BASzCvxVhNxN5Ls,13
|
|
2619
2620
|
mteb/types/__init__.py,sha256=O26vXPolPReX7iVUBgUsyCkCo4w8KeLs7uueQDWp3fc,1142
|
|
2620
|
-
mteb/types/_encoder_io.py,sha256=
|
|
2621
|
+
mteb/types/_encoder_io.py,sha256=jfwzUBmYNOZvYepQcW3KJeiJ7vmA-JTHUCyNAtJBXK0,5851
|
|
2621
2622
|
mteb/types/_metadata.py,sha256=NN-W0S6a5TDV7UkpRx1pyWtGF4TyyCyoPUfHOwdeci8,2290
|
|
2622
2623
|
mteb/types/_result.py,sha256=UKNokV9pu3G74MGebocU512aU_fFU9I9nPKnrG9Q0iE,1035
|
|
2623
2624
|
mteb/types/_string_validators.py,sha256=PY-dYq4E8O50VS3bLYdldPWp400fl_WzUjfVSkNWe8U,523
|
|
2624
|
-
mteb/types/statistics.py,sha256=
|
|
2625
|
-
mteb-2.7.
|
|
2626
|
-
mteb-2.7.
|
|
2627
|
-
mteb-2.7.
|
|
2628
|
-
mteb-2.7.
|
|
2629
|
-
mteb-2.7.
|
|
2630
|
-
mteb-2.7.
|
|
2625
|
+
mteb/types/statistics.py,sha256=gElgSShKBXpfcqaZHhU_d2UHln1CyzUj8FN8KFun_UA,4087
|
|
2626
|
+
mteb-2.7.3.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
2627
|
+
mteb-2.7.3.dist-info/METADATA,sha256=EE-HNOb55odU17jXxFjL2iAsBki09jfwqJDOEQrDslg,14457
|
|
2628
|
+
mteb-2.7.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
2629
|
+
mteb-2.7.3.dist-info/entry_points.txt,sha256=8IJoEJFKoDHmVnNev-qJ9pp4Ln7_1-ma9QsXnzVCzGU,39
|
|
2630
|
+
mteb-2.7.3.dist-info/top_level.txt,sha256=OLVIjcQAlWBz0bdmutKlWHLF42FF0hp4uVAg3ZyiG4U,5
|
|
2631
|
+
mteb-2.7.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|