mteb 2.0.5__py3-none-any.whl → 2.1.19__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 +10 -1
- mteb/_create_dataloaders.py +8 -3
- mteb/_evaluators/any_sts_evaluator.py +14 -12
- mteb/_evaluators/clustering_evaluator.py +1 -1
- mteb/_evaluators/image/imagetext_pairclassification_evaluator.py +2 -2
- mteb/_evaluators/pair_classification_evaluator.py +3 -1
- mteb/_evaluators/retrieval_metrics.py +0 -9
- mteb/_evaluators/sklearn_evaluator.py +15 -28
- mteb/_evaluators/text/bitext_mining_evaluator.py +4 -1
- mteb/_evaluators/text/summarization_evaluator.py +4 -2
- mteb/_evaluators/zeroshot_classification_evaluator.py +2 -2
- mteb/abstasks/_stratification.py +1 -1
- mteb/abstasks/abstask.py +6 -1
- mteb/abstasks/clustering.py +1 -1
- mteb/abstasks/dataset_card_template.md +1 -1
- mteb/abstasks/multilabel_classification.py +2 -2
- mteb/abstasks/retrieval.py +2 -1
- mteb/abstasks/retrieval_dataset_loaders.py +1 -1
- mteb/abstasks/task_metadata.py +2 -1
- mteb/benchmarks/_create_table.py +1 -3
- mteb/benchmarks/benchmark.py +18 -1
- mteb/benchmarks/benchmarks/__init__.py +4 -0
- mteb/benchmarks/benchmarks/benchmarks.py +125 -16
- mteb/benchmarks/get_benchmark.py +3 -1
- mteb/cache.py +7 -3
- mteb/descriptive_stats/Classification/DutchColaClassification.json +54 -0
- mteb/descriptive_stats/Classification/DutchGovernmentBiasClassification.json +54 -0
- mteb/descriptive_stats/Classification/DutchNewsArticlesClassification.json +90 -0
- mteb/descriptive_stats/Classification/DutchSarcasticHeadlinesClassification.json +54 -0
- mteb/descriptive_stats/Classification/IconclassClassification.json +96 -0
- mteb/descriptive_stats/Classification/OpenTenderClassification.json +222 -0
- mteb/descriptive_stats/Classification/VaccinChatNLClassification.json +1068 -0
- mteb/descriptive_stats/Clustering/DutchNewsArticlesClusteringP2P.json +45 -0
- mteb/descriptive_stats/Clustering/DutchNewsArticlesClusteringS2S.json +45 -0
- mteb/descriptive_stats/Clustering/IconclassClusteringS2S.json +48 -0
- mteb/descriptive_stats/Clustering/OpenTenderClusteringP2P.json +111 -0
- mteb/descriptive_stats/Clustering/OpenTenderClusteringS2S.json +111 -0
- mteb/descriptive_stats/Clustering/VABBClusteringP2P.json +60 -0
- mteb/descriptive_stats/Clustering/VABBClusteringS2S.json +60 -0
- mteb/descriptive_stats/Image/Any2AnyMultilingualRetrieval/XFlickr30kCoT2IRetrieval.json +243 -153
- mteb/descriptive_stats/Image/Any2AnyMultilingualRetrieval/XM3600T2IRetrieval.json +999 -629
- mteb/descriptive_stats/Image/Any2AnyRetrieval/OVENIT2TRetrieval.json +33 -17
- mteb/descriptive_stats/Image/DocumentUnderstanding/MIRACLVisionRetrieval.json +574 -0
- mteb/descriptive_stats/Image/DocumentUnderstanding/Vidore3ComputerScienceRetrieval.json +214 -0
- mteb/descriptive_stats/Image/DocumentUnderstanding/Vidore3EnergyRetrieval.json +214 -0
- mteb/descriptive_stats/Image/DocumentUnderstanding/Vidore3FinanceEnRetrieval.json +214 -0
- mteb/descriptive_stats/Image/DocumentUnderstanding/Vidore3FinanceFrRetrieval.json +214 -0
- mteb/descriptive_stats/Image/DocumentUnderstanding/Vidore3HrRetrieval.json +214 -0
- mteb/descriptive_stats/Image/DocumentUnderstanding/Vidore3IndustrialRetrieval.json +214 -0
- mteb/descriptive_stats/Image/DocumentUnderstanding/Vidore3NuclearRetrieval.json +214 -0
- mteb/descriptive_stats/Image/DocumentUnderstanding/Vidore3PharmaceuticalsRetrieval.json +214 -0
- mteb/descriptive_stats/Image/DocumentUnderstanding/Vidore3PhysicsRetrieval.json +214 -0
- mteb/descriptive_stats/Image/DocumentUnderstanding/Vidore3TelecomRetrieval.json +214 -0
- mteb/descriptive_stats/MultilabelClassification/CovidDisinformationNLMultiLabelClassification.json +84 -0
- mteb/descriptive_stats/MultilabelClassification/VABBMultiLabelClassification.json +156 -0
- mteb/descriptive_stats/PairClassification/SICKNLPairClassification.json +35 -0
- mteb/descriptive_stats/PairClassification/XLWICNLPairClassification.json +35 -0
- mteb/descriptive_stats/Retrieval/ArguAna-NL.v2.json +30 -0
- mteb/descriptive_stats/Retrieval/ClimateFEVERHardNegatives.v2.json +30 -0
- mteb/descriptive_stats/Retrieval/DBPediaHardNegatives.v2.json +30 -0
- mteb/descriptive_stats/Retrieval/DutchNewsArticlesRetrieval.json +30 -0
- mteb/descriptive_stats/Retrieval/FEVERHardNegatives.v2.json +30 -0
- mteb/descriptive_stats/Retrieval/HotpotQAHardNegatives.v2.json +30 -0
- mteb/descriptive_stats/Retrieval/LegalQANLRetrieval.json +30 -0
- mteb/descriptive_stats/Retrieval/NFCorpus-NL.v2.json +30 -0
- mteb/descriptive_stats/Retrieval/OpenTenderRetrieval.json +30 -0
- mteb/descriptive_stats/Retrieval/QuoraRetrievalHardNegatives.v2.json +30 -0
- mteb/descriptive_stats/Retrieval/RiaNewsRetrievalHardNegatives.v2.json +30 -0
- mteb/descriptive_stats/Retrieval/SCIDOCS-NL.v2.json +30 -0
- mteb/descriptive_stats/Retrieval/SciFact-NL.v2.json +30 -0
- mteb/descriptive_stats/Retrieval/VABBRetrieval.json +30 -0
- mteb/descriptive_stats/Retrieval/VDRMultilingualRetrieval.json +184 -0
- mteb/descriptive_stats/Retrieval/WinoGrande.json +14 -14
- mteb/descriptive_stats/Retrieval/bBSARDNLRetrieval.json +30 -0
- mteb/descriptive_stats/STS/SICK-NL-STS.json +28 -0
- mteb/evaluate.py +26 -6
- mteb/languages/check_language_code.py +11 -3
- mteb/languages/language_scripts.py +4 -0
- mteb/leaderboard/app.py +5 -3
- mteb/leaderboard/benchmark_selector.py +4 -2
- mteb/leaderboard/text_segments.py +1 -1
- mteb/models/cache_wrappers/cache_wrapper.py +1 -1
- mteb/models/instruct_wrapper.py +3 -0
- mteb/models/model_implementations/align_models.py +6 -0
- mteb/models/model_implementations/andersborges.py +51 -0
- mteb/models/model_implementations/ara_models.py +7 -0
- mteb/models/model_implementations/b1ade_models.py +1 -1
- mteb/models/model_implementations/bge_models.py +1 -3
- mteb/models/model_implementations/blip2_models.py +9 -0
- mteb/models/model_implementations/blip_models.py +19 -0
- mteb/models/model_implementations/bmretriever_models.py +1 -1
- mteb/models/model_implementations/cadet_models.py +8 -0
- mteb/models/model_implementations/cde_models.py +12 -0
- mteb/models/model_implementations/codefuse_models.py +15 -0
- mteb/models/model_implementations/codesage_models.py +12 -0
- mteb/models/model_implementations/cohere_models.py +1 -1
- mteb/models/model_implementations/colqwen_models.py +57 -0
- mteb/models/model_implementations/emillykkejensen_models.py +70 -0
- mteb/models/model_implementations/gme_v_models.py +2 -2
- mteb/models/model_implementations/ibm_granite_models.py +1 -1
- mteb/models/model_implementations/inf_models.py +3 -3
- mteb/models/model_implementations/jasper_models.py +253 -2
- mteb/models/model_implementations/jina_models.py +12 -2
- mteb/models/model_implementations/kalm_models.py +159 -25
- mteb/models/model_implementations/llm2vec_models.py +1 -1
- mteb/models/model_implementations/misc_models.py +8 -2
- mteb/models/model_implementations/moco_models.py +9 -0
- mteb/models/model_implementations/mxbai_models.py +1 -1
- mteb/models/model_implementations/openclip_models.py +16 -0
- mteb/models/model_implementations/piccolo_models.py +6 -0
- mteb/models/model_implementations/rasgaard_models.py +33 -0
- mteb/models/model_implementations/reasonir_model.py +1 -1
- mteb/models/model_implementations/salesforce_models.py +1 -1
- mteb/models/model_implementations/seed_1_6_embedding_models.py +1 -1
- mteb/models/model_implementations/spartan8806_atles_champion.py +26 -0
- mteb/models/model_implementations/tarka_models.py +374 -0
- mteb/models/model_implementations/voyage_models.py +6 -7
- mteb/models/model_implementations/voyage_v.py +10 -9
- mteb/models/model_implementations/yuan_models.py +33 -0
- mteb/models/search_wrappers.py +6 -5
- mteb/results/task_result.py +19 -17
- mteb/tasks/bitext_mining/multilingual/bucc_bitext_mining.py +4 -2
- mteb/tasks/bitext_mining/multilingual/bucc_bitext_mining_fast.py +1 -1
- mteb/tasks/bitext_mining/multilingual/ru_sci_bench_bitext_mining.py +1 -5
- mteb/tasks/bitext_mining/multilingual/web_faq_bitext_mining.py +2 -6
- mteb/tasks/classification/ara/ajgt.py +1 -2
- mteb/tasks/classification/ara/hotel_review_sentiment_classification.py +1 -2
- mteb/tasks/classification/ara/online_store_review_sentiment_classification.py +1 -2
- mteb/tasks/classification/ara/restaurant_review_sentiment_classification.py +1 -2
- mteb/tasks/classification/ara/tweet_emotion_classification.py +1 -2
- mteb/tasks/classification/ara/tweet_sarcasm_classification.py +1 -2
- mteb/tasks/classification/ben/bengali_document_classification.py +1 -2
- mteb/tasks/classification/ben/bengali_hate_speech_classification.py +1 -2
- mteb/tasks/classification/ben/bengali_sentiment_analysis.py +1 -2
- mteb/tasks/classification/ces/csfdcz_movie_review_sentiment_classification.py +1 -2
- mteb/tasks/classification/ces/czech_product_review_sentiment_classification.py +1 -2
- mteb/tasks/classification/ces/czech_so_me_sentiment_classification.py +1 -2
- mteb/tasks/classification/dan/angry_tweets_classification.py +2 -3
- mteb/tasks/classification/dan/danish_political_comments_classification.py +1 -2
- mteb/tasks/classification/dan/ddisco_cohesion_classification.py +1 -2
- mteb/tasks/classification/dan/dk_hate_classification.py +1 -2
- mteb/tasks/classification/deu/german_politicians_twitter_sentiment_classification.py +1 -2
- mteb/tasks/classification/deu/ten_k_gnad_classification.py +1 -2
- mteb/tasks/classification/eng/amazon_polarity_classification.py +1 -2
- mteb/tasks/classification/eng/arxiv_classification.py +1 -2
- mteb/tasks/classification/eng/banking77_classification.py +1 -2
- mteb/tasks/classification/eng/dbpedia_classification.py +1 -2
- mteb/tasks/classification/eng/emotion_classification.py +1 -2
- mteb/tasks/classification/eng/financial_phrasebank_classification.py +1 -2
- mteb/tasks/classification/eng/frenk_en_classification.py +1 -2
- mteb/tasks/classification/eng/gtsrb_classification.py +1 -1
- mteb/tasks/classification/eng/imdb_classification.py +1 -2
- mteb/tasks/classification/eng/legal_bench_classification.py +15 -121
- mteb/tasks/classification/eng/news_classification.py +1 -2
- mteb/tasks/classification/eng/patch_camelyon_classification.py +1 -1
- mteb/tasks/classification/eng/patent_classification.py +1 -2
- mteb/tasks/classification/eng/poem_sentiment_classification.py +1 -2
- mteb/tasks/classification/eng/sds_eye_protection_classification.py +1 -2
- mteb/tasks/classification/eng/sds_gloves_classification.py +1 -2
- mteb/tasks/classification/eng/toxic_chat_classification.py +2 -19
- mteb/tasks/classification/eng/toxic_conversations_classification.py +1 -2
- mteb/tasks/classification/eng/tweet_sentiment_extraction_classification.py +1 -2
- mteb/tasks/classification/eng/tweet_topic_single_classification.py +2 -13
- mteb/tasks/classification/eng/ucf101_classification.py +1 -5
- mteb/tasks/classification/eng/wikipedia_bio_met_chem_classification.py +1 -2
- mteb/tasks/classification/eng/wikipedia_chem_fields_classification.py +1 -2
- mteb/tasks/classification/eng/wikipedia_comp_chem_spectroscopy_classification.py +1 -2
- mteb/tasks/classification/eng/wikipedia_crystallography_analytical_classification.py +1 -2
- mteb/tasks/classification/eng/wikipedia_theoretical_applied_classification.py +1 -2
- mteb/tasks/classification/eng/yahoo_answers_topics_classification.py +1 -2
- mteb/tasks/classification/eng/yelp_review_full_classification.py +1 -2
- mteb/tasks/classification/est/estonian_valence.py +1 -2
- mteb/tasks/classification/fas/fa_mteb_classification.py +7 -14
- mteb/tasks/classification/fil/filipino_hate_speech_classification.py +1 -2
- mteb/tasks/classification/fin/fin_toxicity_classification.py +2 -11
- mteb/tasks/classification/fra/french_book_reviews.py +1 -2
- mteb/tasks/classification/fra/movie_review_sentiment_classification.py +1 -2
- mteb/tasks/classification/guj/gujarati_news_classification.py +1 -2
- mteb/tasks/classification/heb/hebrew_sentiment_analysis.py +1 -2
- mteb/tasks/classification/hin/hindi_discourse_classification.py +1 -2
- mteb/tasks/classification/hin/sentiment_analysis_hindi.py +1 -2
- mteb/tasks/classification/hrv/frenk_hr_classification.py +1 -2
- mteb/tasks/classification/ind/indonesian_id_clickbait_classification.py +1 -2
- mteb/tasks/classification/ind/indonesian_mongabay_conservation_classification.py +1 -2
- mteb/tasks/classification/ita/italian_linguist_acceptability_classification.py +1 -2
- mteb/tasks/classification/jav/javanese_imdb_classification.py +1 -2
- mteb/tasks/classification/jpn/wrime_classification.py +1 -2
- mteb/tasks/classification/kan/kannada_news_classification.py +1 -2
- mteb/tasks/classification/kor/klue_tc.py +1 -2
- mteb/tasks/classification/kor/kor_hate_classification.py +2 -17
- mteb/tasks/classification/kor/kor_sarcasm_classification.py +2 -19
- mteb/tasks/classification/kur/kurdish_sentiment_classification.py +1 -2
- mteb/tasks/classification/mal/malayalam_news_classification.py +1 -2
- mteb/tasks/classification/mar/marathi_news_classification.py +1 -2
- mteb/tasks/classification/mkd/macedonian_tweet_sentiment_classification.py +1 -2
- mteb/tasks/classification/multilingual/catalonia_tweet_classification.py +1 -6
- mteb/tasks/classification/multilingual/multi_hate_classification.py +1 -4
- mteb/tasks/classification/multilingual/ru_sci_bench_classification.py +4 -23
- mteb/tasks/classification/multilingual/scala_classification.py +1 -2
- mteb/tasks/classification/multilingual/sib200_classification.py +1 -6
- mteb/tasks/classification/mya/myanmar_news.py +2 -3
- mteb/tasks/classification/nep/nepali_news_classification.py +1 -2
- mteb/tasks/classification/nld/__init__.py +16 -0
- mteb/tasks/classification/nld/dutch_book_review_sentiment_classification.py +4 -2
- mteb/tasks/classification/nld/dutch_cola_classification.py +41 -0
- mteb/tasks/classification/nld/dutch_government_bias_classification.py +40 -0
- mteb/tasks/classification/nld/dutch_news_articles_classification.py +33 -0
- mteb/tasks/classification/nld/dutch_sarcastic_headlines_classification.py +39 -0
- mteb/tasks/classification/nld/iconclass_classification.py +44 -0
- mteb/tasks/classification/nld/open_tender_classification.py +41 -0
- mteb/tasks/classification/nld/vaccin_chat_nl_classification.py +49 -0
- mteb/tasks/classification/nob/no_rec_classification.py +1 -2
- mteb/tasks/classification/nob/norwegian_parliament_classification.py +1 -2
- mteb/tasks/classification/ory/odia_news_classification.py +1 -2
- mteb/tasks/classification/pol/polish_classification.py +3 -6
- mteb/tasks/classification/ron/moroco.py +1 -2
- mteb/tasks/classification/ron/romanian_reviews_sentiment.py +1 -2
- mteb/tasks/classification/ron/romanian_sentiment_classification.py +1 -2
- mteb/tasks/classification/rus/georeview_classification.py +1 -2
- mteb/tasks/classification/rus/headline_classification.py +1 -2
- mteb/tasks/classification/rus/inappropriateness_classification.py +1 -2
- mteb/tasks/classification/rus/ru_reviews_classification.py +1 -2
- mteb/tasks/classification/rus/ru_toixic_classification_okmlcup.py +1 -2
- mteb/tasks/classification/rus/senti_ru_eval.py +1 -2
- mteb/tasks/classification/sin/sinhala_news_classification.py +1 -2
- mteb/tasks/classification/sin/sinhala_news_source_classification.py +1 -2
- mteb/tasks/classification/slk/csfdsk_movie_review_sentiment_classification.py +1 -2
- mteb/tasks/classification/slk/slovak_hate_speech_classification.py +1 -2
- mteb/tasks/classification/slk/slovak_movie_review_sentiment_classification.py +1 -2
- mteb/tasks/classification/slv/frenk_sl_classification.py +1 -2
- mteb/tasks/classification/spa/spanish_news_classification.py +1 -2
- mteb/tasks/classification/spa/spanish_sentiment_classification.py +1 -2
- mteb/tasks/classification/ssw/siswati_news_classification.py +1 -2
- mteb/tasks/classification/swa/swahili_news_classification.py +1 -2
- mteb/tasks/classification/swe/dalaj_classification.py +1 -2
- mteb/tasks/classification/swe/swe_rec_classification.py +1 -2
- mteb/tasks/classification/swe/swedish_sentiment_classification.py +1 -2
- mteb/tasks/classification/tam/tamil_news_classification.py +1 -2
- mteb/tasks/classification/tel/telugu_andhra_jyoti_news_classification.py +1 -2
- mteb/tasks/classification/tha/wisesight_sentiment_classification.py +1 -2
- mteb/tasks/classification/tha/wongnai_reviews_classification.py +1 -1
- mteb/tasks/classification/tsn/tswana_news_classification.py +1 -2
- mteb/tasks/classification/tur/turkish_movie_sentiment_classification.py +1 -2
- mteb/tasks/classification/tur/turkish_product_sentiment_classification.py +1 -2
- mteb/tasks/classification/ukr/ukr_formality_classification.py +2 -15
- mteb/tasks/classification/urd/urdu_roman_sentiment_classification.py +1 -2
- mteb/tasks/classification/vie/amazon_counterfactual_vn_classification.py +1 -6
- mteb/tasks/classification/vie/amazon_polarity_vn_classification.py +1 -6
- mteb/tasks/classification/vie/amazon_reviews_vn_classification.py +1 -5
- mteb/tasks/classification/vie/banking77_vn_classification.py +1 -5
- mteb/tasks/classification/vie/emotion_vn_classification.py +1 -5
- mteb/tasks/classification/vie/imdb_vn_classification.py +1 -5
- mteb/tasks/classification/vie/massive_intent_vn_classification.py +1 -5
- mteb/tasks/classification/vie/massive_scenario_vn_classification.py +1 -5
- mteb/tasks/classification/vie/mtop_domain_vn_classification.py +1 -5
- mteb/tasks/classification/vie/mtop_intent_vn_classification.py +1 -5
- mteb/tasks/classification/vie/toxic_conversations_vn_classification.py +1 -5
- mteb/tasks/classification/vie/tweet_sentiment_extraction_vn_classification.py +1 -5
- mteb/tasks/classification/vie/vie_student_feedback_classification.py +1 -2
- mteb/tasks/classification/zho/cmteb_classification.py +5 -10
- mteb/tasks/classification/zho/yue_openrice_review_classification.py +1 -2
- mteb/tasks/classification/zul/isi_zulu_news_classification.py +1 -2
- mteb/tasks/clustering/__init__.py +1 -0
- mteb/tasks/clustering/jpn/mews_c16_ja_clustering.py +1 -3
- mteb/tasks/clustering/multilingual/sib200_clustering_s2s.py +1 -6
- mteb/tasks/clustering/nld/__init__.py +17 -0
- mteb/tasks/clustering/nld/dutch_news_articles_clustering_p2p.py +40 -0
- mteb/tasks/clustering/nld/dutch_news_articles_clustering_s2s.py +40 -0
- mteb/tasks/clustering/nld/iconclass_clustering_s2s.py +50 -0
- mteb/tasks/clustering/nld/open_tender_clustering_p2p.py +54 -0
- mteb/tasks/clustering/nld/open_tender_clustering_s2s.py +44 -0
- mteb/tasks/clustering/nld/vabb_clustering_p2p.py +54 -0
- mteb/tasks/clustering/nld/vabb_clustering_s2s.py +54 -0
- mteb/tasks/clustering/vie/reddit_clustering_p2p_vn.py +1 -5
- mteb/tasks/clustering/vie/reddit_clustering_vn.py +1 -5
- mteb/tasks/clustering/vie/stack_exchange_clustering_p2p_vn.py +1 -5
- mteb/tasks/clustering/vie/stack_exchange_clustering_vn.py +1 -5
- mteb/tasks/clustering/vie/twenty_newsgroups_clustering_vn.py +1 -5
- mteb/tasks/multilabel_classification/__init__.py +1 -0
- mteb/tasks/multilabel_classification/ita/emit_classification.py +1 -5
- mteb/tasks/multilabel_classification/kor/kor_hate_speech_ml_classification.py +1 -9
- mteb/tasks/multilabel_classification/mlt/maltese_news_classification.py +1 -6
- mteb/tasks/multilabel_classification/nld/__init__.py +9 -0
- mteb/tasks/multilabel_classification/nld/covid_disinformation_nl_multi_label_classification.py +91 -0
- mteb/tasks/multilabel_classification/nld/vabb_multi_label_classification.py +47 -0
- mteb/tasks/multilabel_classification/por/brazilian_toxic_tweets_classification.py +1 -6
- mteb/tasks/multilabel_classification/swe/swedish_patent_cpc_group_classification.py +1 -1
- mteb/tasks/multilabel_classification/swe/swedish_patent_cpc_subclass_classification.py +1 -2
- mteb/tasks/pair_classification/__init__.py +1 -0
- mteb/tasks/pair_classification/dan/talemaader_pc.py +1 -6
- mteb/tasks/pair_classification/eng/legal_bench_pc.py +1 -9
- mteb/tasks/pair_classification/multilingual/indic_xnli_pair_classification.py +9 -8
- mteb/tasks/pair_classification/nld/__init__.py +7 -0
- mteb/tasks/pair_classification/nld/sick_nl_pair_classification.py +39 -0
- mteb/tasks/pair_classification/nld/xlwic_nl_pair_classification.py +44 -0
- mteb/tasks/pair_classification/vie/sprint_duplicate_questions_pcvn.py +1 -5
- mteb/tasks/pair_classification/vie/twitter_sem_eval2015_pcvn.py +1 -5
- mteb/tasks/pair_classification/vie/twitter_url_corpus_pcvn.py +1 -5
- mteb/tasks/regression/multilingual/ru_sci_bench_regression.py +2 -6
- mteb/tasks/reranking/multilingual/x_glue_wpr_reranking.py +1 -2
- mteb/tasks/reranking/vie/ask_ubuntu_dup_questions_vn.py +1 -5
- mteb/tasks/reranking/vie/sci_docs_reranking_vn.py +1 -5
- mteb/tasks/reranking/vie/stack_overflow_dup_questions_vn.py +1 -5
- mteb/tasks/retrieval/code/code_rag.py +8 -8
- mteb/tasks/retrieval/dan/dan_fever_retrieval.py +1 -1
- mteb/tasks/retrieval/dan/tv2_nordretrieval.py +2 -2
- mteb/tasks/retrieval/dan/twitter_hjerne_retrieval.py +2 -2
- mteb/tasks/retrieval/eng/__init__.py +18 -4
- mteb/tasks/retrieval/eng/climate_fever_retrieval.py +68 -77
- mteb/tasks/retrieval/eng/dbpedia_retrieval.py +55 -50
- mteb/tasks/retrieval/eng/fever_retrieval.py +62 -67
- mteb/tasks/retrieval/eng/hateful_memes_i2t_retrieval.py +0 -4
- mteb/tasks/retrieval/eng/hateful_memes_t2i_retrieval.py +0 -4
- mteb/tasks/retrieval/eng/hotpot_qa_retrieval.py +57 -67
- mteb/tasks/retrieval/eng/legal_summarization_retrieval.py +1 -1
- mteb/tasks/retrieval/eng/lit_search_retrieval.py +1 -8
- mteb/tasks/retrieval/eng/memotion_i2t_retrieval.py +0 -3
- mteb/tasks/retrieval/eng/memotion_t2i_retrieval.py +0 -2
- mteb/tasks/retrieval/eng/oven_it2t_retrieval.py +1 -1
- mteb/tasks/retrieval/eng/quora_retrieval.py +51 -46
- mteb/tasks/retrieval/eng/sci_mmir_i2t_retrieval.py +0 -4
- mteb/tasks/retrieval/eng/sci_mmir_t2i_retrieval.py +0 -4
- mteb/tasks/retrieval/eng/vidore_bench_retrieval.py +0 -2
- mteb/tasks/retrieval/eng/wino_grande_retrieval.py +1 -1
- mteb/tasks/retrieval/jpn/ja_cwir_retrieval.py +1 -4
- mteb/tasks/retrieval/jpn/ja_gov_faqs_retrieval.py +1 -1
- mteb/tasks/retrieval/kat/georgian_faq_retrieval.py +11 -4
- mteb/tasks/retrieval/multilingual/__init__.py +22 -0
- mteb/tasks/retrieval/multilingual/belebele_retrieval.py +6 -5
- mteb/tasks/retrieval/multilingual/jina_vdr_bench_retrieval.py +0 -2
- mteb/tasks/retrieval/multilingual/miracl_retrieval.py +1 -1
- mteb/tasks/retrieval/multilingual/miracl_vision_retrieval.py +2 -9
- mteb/tasks/retrieval/multilingual/mkqa_retrieval.py +1 -2
- mteb/tasks/retrieval/multilingual/mlqa_retrieval.py +1 -4
- mteb/tasks/retrieval/multilingual/multi_long_doc_retrieval.py +1 -2
- mteb/tasks/retrieval/multilingual/public_health_qa_retrieval.py +9 -4
- mteb/tasks/retrieval/multilingual/ru_sci_bench_retrieval.py +2 -12
- mteb/tasks/retrieval/multilingual/vidore2_bench_retrieval.py +0 -2
- mteb/tasks/retrieval/multilingual/vidore3_bench_retrieval.py +399 -0
- mteb/tasks/retrieval/multilingual/wit_t2i_retrieval.py +0 -2
- mteb/tasks/retrieval/multilingual/x_flickr30k_co_t2i_retrieval.py +6 -5
- mteb/tasks/retrieval/multilingual/xm3600_t2i_retrieval.py +3 -4
- mteb/tasks/retrieval/nld/__init__.py +18 -4
- mteb/tasks/retrieval/nld/argu_ana_nl_retrieval.py +46 -27
- mteb/tasks/retrieval/nld/bbsard_nl_retrieval.py +44 -0
- mteb/tasks/retrieval/nld/dutch_news_articles_retrieval.py +33 -0
- mteb/tasks/retrieval/nld/legal_qa_nl_retrieval.py +42 -0
- mteb/tasks/retrieval/nld/nf_corpus_nl_retrieval.py +42 -25
- mteb/tasks/retrieval/nld/open_tender_retrieval.py +41 -0
- mteb/tasks/retrieval/nld/sci_fact_nl_retrieval.py +42 -24
- mteb/tasks/retrieval/nld/scidocsnl_retrieval.py +44 -27
- mteb/tasks/retrieval/nld/vabb_retrieval.py +44 -0
- mteb/tasks/retrieval/nob/norquad.py +2 -2
- mteb/tasks/retrieval/nob/snl_retrieval.py +2 -2
- mteb/tasks/retrieval/rus/__init__.py +11 -2
- mteb/tasks/retrieval/rus/ria_news_retrieval.py +48 -44
- mteb/tasks/retrieval/slk/slovak_sum_retrieval.py +1 -7
- mteb/tasks/retrieval/tur/tur_hist_quad.py +2 -2
- mteb/tasks/retrieval/vie/argu_ana_vn_retrieval.py +1 -5
- mteb/tasks/retrieval/vie/climate_fevervn_retrieval.py +1 -5
- mteb/tasks/retrieval/vie/cqa_dupstack_android_vn_retrieval.py +1 -5
- mteb/tasks/retrieval/vie/cqa_dupstack_gis_vn_retrieval.py +1 -5
- mteb/tasks/retrieval/vie/cqa_dupstack_mathematica_vn_retrieval.py +1 -5
- mteb/tasks/retrieval/vie/cqa_dupstack_physics_vn_retrieval.py +1 -5
- mteb/tasks/retrieval/vie/cqa_dupstack_programmers_vn_retrieval.py +1 -5
- mteb/tasks/retrieval/vie/cqa_dupstack_stats_vn_retrieval.py +1 -5
- mteb/tasks/retrieval/vie/cqa_dupstack_tex_vn_retrieval.py +1 -5
- mteb/tasks/retrieval/vie/cqa_dupstack_unix_vn_retrieval.py +1 -5
- mteb/tasks/retrieval/vie/cqa_dupstack_webmasters_vn_retrieval.py +1 -5
- mteb/tasks/retrieval/vie/cqa_dupstack_wordpress_vn_retrieval.py +1 -5
- mteb/tasks/retrieval/vie/db_pedia_vn_retrieval.py +1 -5
- mteb/tasks/retrieval/vie/fevervn_retrieval.py +1 -7
- mteb/tasks/retrieval/vie/fi_qa2018_vn_retrieval.py +1 -5
- mteb/tasks/retrieval/vie/green_node_table_markdown_retrieval.py +16 -1
- mteb/tasks/retrieval/vie/hotpot_qavn_retrieval.py +1 -6
- mteb/tasks/retrieval/vie/msmarcovn_retrieval.py +1 -5
- mteb/tasks/retrieval/vie/nf_corpus_vn_retrieval.py +1 -5
- mteb/tasks/retrieval/vie/nqvn_retrieval.py +1 -5
- mteb/tasks/retrieval/vie/quora_vn_retrieval.py +1 -6
- mteb/tasks/retrieval/vie/sci_fact_vn_retrieval.py +1 -5
- mteb/tasks/retrieval/vie/scidocsvn_retrieval.py +1 -6
- mteb/tasks/retrieval/vie/touche2020_vn_retrieval.py +1 -5
- mteb/tasks/retrieval/vie/treccovidvn_retrieval.py +1 -5
- mteb/tasks/sts/__init__.py +1 -0
- mteb/tasks/sts/nld/__init__.py +5 -0
- mteb/tasks/sts/nld/sick_nl_sts.py +42 -0
- mteb/tasks/sts/vie/biosses_stsvn.py +1 -5
- mteb/tasks/sts/vie/sickr_stsvn.py +1 -5
- mteb/tasks/sts/vie/sts_benchmark_stsvn.py +1 -5
- mteb/tasks/zeroshot_classification/eng/gtsrb.py +1 -1
- mteb/tasks/zeroshot_classification/eng/patch_camelyon.py +1 -1
- mteb/tasks/zeroshot_classification/eng/ucf101.py +1 -5
- mteb-2.1.19.dist-info/METADATA +253 -0
- {mteb-2.0.5.dist-info → mteb-2.1.19.dist-info}/RECORD +398 -330
- mteb/descriptive_stats/Classification/PersianTextTone.json +0 -56
- mteb/descriptive_stats/Image/Any2TextMutipleChoice/CVBenchCount.json +0 -37
- mteb/descriptive_stats/Image/Any2TextMutipleChoice/CVBenchDepth.json +0 -25
- mteb/descriptive_stats/Image/Any2TextMutipleChoice/CVBenchDistance.json +0 -25
- mteb/descriptive_stats/Image/Any2TextMutipleChoice/CVBenchRelation.json +0 -25
- mteb/descriptive_stats/Image/VisualSTS/STS12VisualSTS.json +0 -20
- mteb/descriptive_stats/Image/VisualSTS/STS13VisualSTS.json +0 -20
- mteb/descriptive_stats/Image/VisualSTS/STS14VisualSTS.json +0 -20
- mteb/descriptive_stats/Image/VisualSTS/STS15VisualSTS.json +0 -20
- mteb/descriptive_stats/Image/VisualSTS/STS16VisualSTS.json +0 -20
- mteb/descriptive_stats/Image/VisualSTS/STS17MultilingualVisualSTS.json +0 -220
- mteb/descriptive_stats/Image/VisualSTS/STSBenchmarkMultilingualVisualSTS.json +0 -402
- mteb/descriptive_stats/Reranking/InstructIR.json +0 -31
- mteb-2.0.5.dist-info/METADATA +0 -455
- {mteb-2.0.5.dist-info → mteb-2.1.19.dist-info}/WHEEL +0 -0
- {mteb-2.0.5.dist-info → mteb-2.1.19.dist-info}/entry_points.txt +0 -0
- {mteb-2.0.5.dist-info → mteb-2.1.19.dist-info}/licenses/LICENSE +0 -0
- {mteb-2.0.5.dist-info → mteb-2.1.19.dist-info}/top_level.txt +0 -0
mteb-2.0.5.dist-info/METADATA
DELETED
|
@@ -1,455 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: mteb
|
|
3
|
-
Version: 2.0.5
|
|
4
|
-
Summary: Massive Text Embedding Benchmark
|
|
5
|
-
Author-email: MTEB Contributors <niklas@huggingface.co>, Kenneth Enevoldsen <kenneth.enevoldsen@cas.au.dk>, Nouamane Tazi <nouamane@huggingface.co>, Nils Reimers <info@nils-reimers.de>
|
|
6
|
-
Maintainer-email: Kenneth Enevoldsen <kenneth.enevoldsen@cas.au.dk>, Roman Solomatin <risolomatin@gmail.com>, Isaac Chung <chungisaac1217@gmail.com>
|
|
7
|
-
License: Apache License
|
|
8
|
-
Version 2.0, January 2004
|
|
9
|
-
http://www.apache.org/licenses/
|
|
10
|
-
|
|
11
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
12
|
-
|
|
13
|
-
1. Definitions.
|
|
14
|
-
|
|
15
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
16
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
17
|
-
|
|
18
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
19
|
-
the copyright owner that is granting the License.
|
|
20
|
-
|
|
21
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
22
|
-
other entities that control, are controlled by, or are under common
|
|
23
|
-
control with that entity. For the purposes of this definition,
|
|
24
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
25
|
-
direction or management of such entity, whether by contract or
|
|
26
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
27
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
28
|
-
|
|
29
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
30
|
-
exercising permissions granted by this License.
|
|
31
|
-
|
|
32
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
33
|
-
including but not limited to software source code, documentation
|
|
34
|
-
source, and configuration files.
|
|
35
|
-
|
|
36
|
-
"Object" form shall mean any form resulting from mechanical
|
|
37
|
-
transformation or translation of a Source form, including but
|
|
38
|
-
not limited to compiled object code, generated documentation,
|
|
39
|
-
and conversions to other media types.
|
|
40
|
-
|
|
41
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
42
|
-
Object form, made available under the License, as indicated by a
|
|
43
|
-
copyright notice that is included in or attached to the work
|
|
44
|
-
(an example is provided in the Appendix below).
|
|
45
|
-
|
|
46
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
47
|
-
form, that is based on (or derived from) the Work and for which the
|
|
48
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
49
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
50
|
-
of this License, Derivative Works shall not include works that remain
|
|
51
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
52
|
-
the Work and Derivative Works thereof.
|
|
53
|
-
|
|
54
|
-
"Contribution" shall mean any work of authorship, including
|
|
55
|
-
the original version of the Work and any modifications or additions
|
|
56
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
57
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
58
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
59
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
60
|
-
means any form of electronic, verbal, or written communication sent
|
|
61
|
-
to the Licensor or its representatives, including but not limited to
|
|
62
|
-
communication on electronic mailing lists, source code control systems,
|
|
63
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
64
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
65
|
-
excluding communication that is conspicuously marked or otherwise
|
|
66
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
67
|
-
|
|
68
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
69
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
70
|
-
subsequently incorporated within the Work.
|
|
71
|
-
|
|
72
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
73
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
74
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
75
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
76
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
77
|
-
Work and such Derivative Works in Source or Object form.
|
|
78
|
-
|
|
79
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
80
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
81
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
82
|
-
(except as stated in this section) patent license to make, have made,
|
|
83
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
84
|
-
where such license applies only to those patent claims licensable
|
|
85
|
-
by such Contributor that are necessarily infringed by their
|
|
86
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
87
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
88
|
-
institute patent litigation against any entity (including a
|
|
89
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
90
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
91
|
-
or contributory patent infringement, then any patent licenses
|
|
92
|
-
granted to You under this License for that Work shall terminate
|
|
93
|
-
as of the date such litigation is filed.
|
|
94
|
-
|
|
95
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
96
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
97
|
-
modifications, and in Source or Object form, provided that You
|
|
98
|
-
meet the following conditions:
|
|
99
|
-
|
|
100
|
-
(a) You must give any other recipients of the Work or
|
|
101
|
-
Derivative Works a copy of this License; and
|
|
102
|
-
|
|
103
|
-
(b) You must cause any modified files to carry prominent notices
|
|
104
|
-
stating that You changed the files; and
|
|
105
|
-
|
|
106
|
-
(c) You must retain, in the Source form of any Derivative Works
|
|
107
|
-
that You distribute, all copyright, patent, trademark, and
|
|
108
|
-
attribution notices from the Source form of the Work,
|
|
109
|
-
excluding those notices that do not pertain to any part of
|
|
110
|
-
the Derivative Works; and
|
|
111
|
-
|
|
112
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
113
|
-
distribution, then any Derivative Works that You distribute must
|
|
114
|
-
include a readable copy of the attribution notices contained
|
|
115
|
-
within such NOTICE file, excluding those notices that do not
|
|
116
|
-
pertain to any part of the Derivative Works, in at least one
|
|
117
|
-
of the following places: within a NOTICE text file distributed
|
|
118
|
-
as part of the Derivative Works; within the Source form or
|
|
119
|
-
documentation, if provided along with the Derivative Works; or,
|
|
120
|
-
within a display generated by the Derivative Works, if and
|
|
121
|
-
wherever such third-party notices normally appear. The contents
|
|
122
|
-
of the NOTICE file are for informational purposes only and
|
|
123
|
-
do not modify the License. You may add Your own attribution
|
|
124
|
-
notices within Derivative Works that You distribute, alongside
|
|
125
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
126
|
-
that such additional attribution notices cannot be construed
|
|
127
|
-
as modifying the License.
|
|
128
|
-
|
|
129
|
-
You may add Your own copyright statement to Your modifications and
|
|
130
|
-
may provide additional or different license terms and conditions
|
|
131
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
132
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
133
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
134
|
-
the conditions stated in this License.
|
|
135
|
-
|
|
136
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
137
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
138
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
139
|
-
this License, without any additional terms or conditions.
|
|
140
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
141
|
-
the terms of any separate license agreement you may have executed
|
|
142
|
-
with Licensor regarding such Contributions.
|
|
143
|
-
|
|
144
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
145
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
146
|
-
except as required for reasonable and customary use in describing the
|
|
147
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
148
|
-
|
|
149
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
150
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
151
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
152
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
153
|
-
implied, including, without limitation, any warranties or conditions
|
|
154
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
155
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
156
|
-
appropriateness of using or redistributing the Work and assume any
|
|
157
|
-
risks associated with Your exercise of permissions under this License.
|
|
158
|
-
|
|
159
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
160
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
161
|
-
unless required by applicable law (such as deliberate and grossly
|
|
162
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
163
|
-
liable to You for damages, including any direct, indirect, special,
|
|
164
|
-
incidental, or consequential damages of any character arising as a
|
|
165
|
-
result of this License or out of the use or inability to use the
|
|
166
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
167
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
168
|
-
other commercial damages or losses), even if such Contributor
|
|
169
|
-
has been advised of the possibility of such damages.
|
|
170
|
-
|
|
171
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
|
172
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
173
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
174
|
-
or other liability obligations and/or rights consistent with this
|
|
175
|
-
License. However, in accepting such obligations, You may act only
|
|
176
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
177
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
178
|
-
defend, and hold each Contributor harmless for any liability
|
|
179
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
180
|
-
of your accepting any such warranty or additional liability.
|
|
181
|
-
|
|
182
|
-
END OF TERMS AND CONDITIONS
|
|
183
|
-
|
|
184
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
185
|
-
|
|
186
|
-
To apply the Apache License to your work, attach the following
|
|
187
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
188
|
-
replaced with your own identifying information. (Don't include
|
|
189
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
190
|
-
comment syntax for the file format. We also recommend that a
|
|
191
|
-
file or class name and description of purpose be included on the
|
|
192
|
-
same "printed page" as the copyright notice for easier
|
|
193
|
-
identification within third-party archives.
|
|
194
|
-
|
|
195
|
-
Copyright [yyyy] [name of copyright owner]
|
|
196
|
-
|
|
197
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
198
|
-
you may not use this file except in compliance with the License.
|
|
199
|
-
You may obtain a copy of the License at
|
|
200
|
-
|
|
201
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
202
|
-
|
|
203
|
-
Unless required by applicable law or agreed to in writing, software
|
|
204
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
205
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
206
|
-
See the License for the specific language governing permissions and
|
|
207
|
-
limitations under the License.
|
|
208
|
-
|
|
209
|
-
Project-URL: Homepage, https://github.com/embeddings-benchmark/mteb
|
|
210
|
-
Project-URL: Documentation, https://embeddings-benchmark.github.io/mteb/
|
|
211
|
-
Project-URL: Repository, https://github.com/embeddings-benchmark/mteb
|
|
212
|
-
Project-URL: Hugging Face Organization, https://huggingface.co/mteb
|
|
213
|
-
Keywords: deep learning,text embeddings,embeddings,multimodal,benchmark,retrieval,information retrieval
|
|
214
|
-
Classifier: Development Status :: 5 - Production/Stable
|
|
215
|
-
Classifier: Environment :: Console
|
|
216
|
-
Classifier: Intended Audience :: Developers
|
|
217
|
-
Classifier: Intended Audience :: Information Technology
|
|
218
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
219
|
-
Classifier: Operating System :: OS Independent
|
|
220
|
-
Classifier: Programming Language :: Python
|
|
221
|
-
Requires-Python: <3.14,>=3.10
|
|
222
|
-
Description-Content-Type: text/markdown
|
|
223
|
-
License-File: LICENSE
|
|
224
|
-
Requires-Dist: datasets>=2.19.0
|
|
225
|
-
Requires-Dist: numpy<3.0.0,>=1.0.0
|
|
226
|
-
Requires-Dist: requests>=2.26.0
|
|
227
|
-
Requires-Dist: scikit-learn>=1.4.0
|
|
228
|
-
Requires-Dist: scipy>=0.0.0
|
|
229
|
-
Requires-Dist: sentence_transformers>=3.0.0
|
|
230
|
-
Requires-Dist: typing-extensions>=4.5.0
|
|
231
|
-
Requires-Dist: torch>1.0.0
|
|
232
|
-
Requires-Dist: tqdm>1.0.0
|
|
233
|
-
Requires-Dist: rich>=0.0.0
|
|
234
|
-
Requires-Dist: pytrec-eval-terrier>=0.5.6
|
|
235
|
-
Requires-Dist: pydantic>=2.0.0
|
|
236
|
-
Requires-Dist: polars>=0.20.22
|
|
237
|
-
Provides-Extra: image
|
|
238
|
-
Requires-Dist: torchvision>0.2.1; extra == "image"
|
|
239
|
-
Provides-Extra: codecarbon
|
|
240
|
-
Requires-Dist: codecarbon<3.0.0,>=2.0.0; extra == "codecarbon"
|
|
241
|
-
Provides-Extra: leaderboard
|
|
242
|
-
Requires-Dist: gradio==5.35.0; extra == "leaderboard"
|
|
243
|
-
Requires-Dist: plotly<6.0.0,>=5.24.0; extra == "leaderboard"
|
|
244
|
-
Requires-Dist: cachetools>=5.2.0; extra == "leaderboard"
|
|
245
|
-
Requires-Dist: matplotlib>=3.9.4; extra == "leaderboard"
|
|
246
|
-
Provides-Extra: peft
|
|
247
|
-
Requires-Dist: peft>=0.11.0; extra == "peft"
|
|
248
|
-
Provides-Extra: flagembedding
|
|
249
|
-
Requires-Dist: FlagEmbedding==1.3.4; extra == "flagembedding"
|
|
250
|
-
Provides-Extra: jina
|
|
251
|
-
Requires-Dist: einops>=0.8.0; extra == "jina"
|
|
252
|
-
Provides-Extra: jina-v4
|
|
253
|
-
Requires-Dist: peft>=0.15.2; extra == "jina-v4"
|
|
254
|
-
Requires-Dist: transformers>=4.52.0; extra == "jina-v4"
|
|
255
|
-
Requires-Dist: torchvision>=0.22.1; extra == "jina-v4"
|
|
256
|
-
Provides-Extra: flash-attention
|
|
257
|
-
Requires-Dist: flash-attn>=2.6.3; extra == "flash-attention"
|
|
258
|
-
Provides-Extra: openai
|
|
259
|
-
Requires-Dist: openai>=1.41.0; extra == "openai"
|
|
260
|
-
Requires-Dist: tiktoken>=0.8.0; extra == "openai"
|
|
261
|
-
Provides-Extra: model2vec
|
|
262
|
-
Requires-Dist: model2vec>=0.3.0; extra == "model2vec"
|
|
263
|
-
Provides-Extra: pylate
|
|
264
|
-
Requires-Dist: pylate>=1.3.1; python_version < "3.13" and extra == "pylate"
|
|
265
|
-
Provides-Extra: bm25s
|
|
266
|
-
Requires-Dist: bm25s>=0.2.6; extra == "bm25s"
|
|
267
|
-
Requires-Dist: PyStemmer>=2.2.0.3; extra == "bm25s"
|
|
268
|
-
Provides-Extra: gritlm
|
|
269
|
-
Requires-Dist: gritlm>=1.0.2; extra == "gritlm"
|
|
270
|
-
Provides-Extra: xformers
|
|
271
|
-
Requires-Dist: xformers>=0.0.29; extra == "xformers"
|
|
272
|
-
Provides-Extra: blip2
|
|
273
|
-
Requires-Dist: salesforce-lavis>=1.0.2; extra == "blip2"
|
|
274
|
-
Provides-Extra: voyageai
|
|
275
|
-
Requires-Dist: voyageai<2.0.0,>0.3.0; extra == "voyageai"
|
|
276
|
-
Provides-Extra: voyage-v
|
|
277
|
-
Requires-Dist: voyageai<2.0.0,>0.3.0; extra == "voyage-v"
|
|
278
|
-
Requires-Dist: tenacity>9.0.0; extra == "voyage-v"
|
|
279
|
-
Provides-Extra: cohere
|
|
280
|
-
Requires-Dist: cohere==5.14.0; extra == "cohere"
|
|
281
|
-
Provides-Extra: vertexai
|
|
282
|
-
Requires-Dist: vertexai==1.71.1; extra == "vertexai"
|
|
283
|
-
Provides-Extra: llm2vec
|
|
284
|
-
Requires-Dist: llm2vec<0.3.0,>=0.2.3; extra == "llm2vec"
|
|
285
|
-
Provides-Extra: timm
|
|
286
|
-
Requires-Dist: timm<1.1.0,>=1.0.15; extra == "timm"
|
|
287
|
-
Provides-Extra: open-clip-torch
|
|
288
|
-
Requires-Dist: open_clip_torch==2.31.0; extra == "open-clip-torch"
|
|
289
|
-
Provides-Extra: nomic
|
|
290
|
-
Requires-Dist: einops>=0.8.1; extra == "nomic"
|
|
291
|
-
Provides-Extra: ark
|
|
292
|
-
Requires-Dist: volcengine-python-sdk[ark]==3.0.2; extra == "ark"
|
|
293
|
-
Requires-Dist: tiktoken>=0.8.0; extra == "ark"
|
|
294
|
-
Provides-Extra: colpali-engine
|
|
295
|
-
Requires-Dist: colpali_engine>=0.3.12; extra == "colpali-engine"
|
|
296
|
-
Provides-Extra: xet
|
|
297
|
-
Requires-Dist: huggingface_hub>=0.32.0; extra == "xet"
|
|
298
|
-
Provides-Extra: youtu
|
|
299
|
-
Requires-Dist: tencentcloud-sdk-python-common>=3.0.1454; extra == "youtu"
|
|
300
|
-
Requires-Dist: tencentcloud-sdk-python-lkeap>=3.0.1451; extra == "youtu"
|
|
301
|
-
Provides-Extra: llama-embed-nemotron
|
|
302
|
-
Requires-Dist: transformers==4.51.0; extra == "llama-embed-nemotron"
|
|
303
|
-
Provides-Extra: faiss-cpu
|
|
304
|
-
Requires-Dist: faiss-cpu>=1.12.0; extra == "faiss-cpu"
|
|
305
|
-
Dynamic: license-file
|
|
306
|
-
|
|
307
|
-
<h1 align="center">
|
|
308
|
-
<img src="docs/images/logos/mteb_logo/dots-icon.png" alt="MTEB" width="28" style="vertical-align: middle; margin-right: 10px;"/> MTEB
|
|
309
|
-
</h1>
|
|
310
|
-
|
|
311
|
-
<h3 align="center" style="border-bottom: none;">Multimodal toolbox for evaluating embeddings and retrieval systems</h3>
|
|
312
|
-
|
|
313
|
-
<p align="center">
|
|
314
|
-
<a href="https://github.com/embeddings-benchmark/mteb/releases">
|
|
315
|
-
<img alt="GitHub release" src="https://img.shields.io/github/release/embeddings-benchmark/mteb.svg">
|
|
316
|
-
</a>
|
|
317
|
-
<a href="https://github.com/embeddings-benchmark/mteb/blob/master/LICENSE">
|
|
318
|
-
<img alt="License" src="https://img.shields.io/github/license/embeddings-benchmark/mteb.svg?color=green">
|
|
319
|
-
</a>
|
|
320
|
-
<a href="https://pepy.tech/project/mteb">
|
|
321
|
-
<img alt="Downloads" src="https://static.pepy.tech/personalized-badge/mteb?period=total&units=international_system&left_color=grey&right_color=orange&left_text=Downloads">
|
|
322
|
-
</a>
|
|
323
|
-
</p>
|
|
324
|
-
|
|
325
|
-
<h4 align="center">
|
|
326
|
-
<p>
|
|
327
|
-
<a href="https://embeddings-benchmark.github.io/mteb/installation/">Installation</a> |
|
|
328
|
-
<a href="https://embeddings-benchmark.github.io/mteb/">Usage</a> |
|
|
329
|
-
<a href="https://huggingface.co/spaces/mteb/leaderboard">Leaderboard</a> |
|
|
330
|
-
<a href="https://embeddings-benchmark.github.io/mteb/">Documentation</a> |
|
|
331
|
-
<a href="#citing">Citing</a>
|
|
332
|
-
</p>
|
|
333
|
-
</h4>
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
<h3 align="center">
|
|
337
|
-
<a href="https://huggingface.co/spaces/mteb/leaderboard"><img style="float: middle; padding: 10px 10px 10px 10px;" width="60" height="55" src="./docs/images/logos/hf_logo.png" /></a>
|
|
338
|
-
</h3>
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
## Installation
|
|
342
|
-
|
|
343
|
-
You can install mteb simply using pip. For more on installation please see the [documentation](https://embeddings-benchmark.github.io/mteb/installation/).
|
|
344
|
-
|
|
345
|
-
```bash
|
|
346
|
-
pip install mteb
|
|
347
|
-
```
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
## Example Usage
|
|
351
|
-
|
|
352
|
-
Below we present a simple use-case example. For more information, see the [documentation](https://embeddings-benchmark.github.io/mteb/).
|
|
353
|
-
|
|
354
|
-
```python
|
|
355
|
-
import mteb
|
|
356
|
-
from sentence_transformers import SentenceTransformer
|
|
357
|
-
|
|
358
|
-
# Select model
|
|
359
|
-
model_name = "sentence-transformers/all-MiniLM-L6-v2"
|
|
360
|
-
model = mteb.get_model(model_name) # if the model is not implemented in MTEB it will be eq. to SentenceTransformer(model_name)
|
|
361
|
-
|
|
362
|
-
# Select tasks
|
|
363
|
-
tasks = mteb.get_tasks(tasks=["Banking77Classification.v2"])
|
|
364
|
-
|
|
365
|
-
# evaluate
|
|
366
|
-
results = mteb.evaluate(model, tasks=tasks)
|
|
367
|
-
```
|
|
368
|
-
|
|
369
|
-
You can also run it using the CLI:
|
|
370
|
-
|
|
371
|
-
```bash
|
|
372
|
-
mteb run \
|
|
373
|
-
-m sentence-transformers/all-MiniLM-L6-v2 \
|
|
374
|
-
-t "Banking77Classification.v2" \
|
|
375
|
-
--output-folder results
|
|
376
|
-
```
|
|
377
|
-
|
|
378
|
-
For more on how to use the CLI check out the [related documentation](https://embeddings-benchmark.github.io/mteb/usage/cli/).
|
|
379
|
-
|
|
380
|
-
## Overview
|
|
381
|
-
|
|
382
|
-
| Overview | |
|
|
383
|
-
|--------------------------------|--------------------------------------------------------------------------------------|
|
|
384
|
-
| 📈 [Leaderboard] | The interactive leaderboard of the benchmark |
|
|
385
|
-
| **Get Started**. | |
|
|
386
|
-
| 🏃 [Get Started] | Overview of how to use mteb |
|
|
387
|
-
| 🤖 [Defining Models] | How to use existing model and define custom ones |
|
|
388
|
-
| 📋 [Selecting tasks] | How to select tasks, benchmarks, splits etc. |
|
|
389
|
-
| 🏭 [Running Evaluation] | How to run the evaluations, including cache management, speeding up evaluations etc. |
|
|
390
|
-
| 📊 [Loading Results] | How to load and work with existing model results |
|
|
391
|
-
| **Overview**. | |
|
|
392
|
-
| 📋 [Tasks] | Overview of available tasks |
|
|
393
|
-
| 📐 [Benchmarks] | Overview of available benchmarks |
|
|
394
|
-
| 🤖 [Models] | Overview of available Models |
|
|
395
|
-
| **Contributing** | |
|
|
396
|
-
| 🤖 [Adding a model] | How to submit a model to MTEB and to the leaderboard |
|
|
397
|
-
| 👩💻 [Adding a dataset] | How to add a new task/dataset to MTEB |
|
|
398
|
-
| 👩💻 [Adding a benchmark] | How to add a new benchmark to MTEB and to the leaderboard |
|
|
399
|
-
| 🤝 [Contributing] | How to contribute to MTEB and set it up for development |
|
|
400
|
-
|
|
401
|
-
[Get Started]: https://embeddings-benchmark.github.io/mteb/usage/get_started/
|
|
402
|
-
[Defining Models]: https://embeddings-benchmark.github.io/mteb/usage/defining_the_model/
|
|
403
|
-
[Selecting tasks]: https://embeddings-benchmark.github.io/mteb/usage/selecting_tasks/
|
|
404
|
-
[Running Evaluation]: https://embeddings-benchmark.github.io/mteb/usage/running_the_evaluation/
|
|
405
|
-
[Loading Results]: https://embeddings-benchmark.github.io/mteb/usage/loading_results/
|
|
406
|
-
[Tasks]: https://embeddings-benchmark.github.io/mteb/overview/available_tasks/any2anymultilingualretrieval/
|
|
407
|
-
[Benchmarks]: https://embeddings-benchmark.github.io/mteb/overview/available_benchmarks/
|
|
408
|
-
[Models]: https://embeddings-benchmark.github.io/mteb/overview/available_models/text/
|
|
409
|
-
[Contributing]: docs/CONTRIBUTING.md
|
|
410
|
-
[Adding a model]: docs/contributing/adding_a_model.md
|
|
411
|
-
[Adding a dataset]: docs/contributing/adding_a_dataset.md
|
|
412
|
-
[Adding a benchmark]: docs/contributing/adding_a_benchmark.md
|
|
413
|
-
[Leaderboard]: https://huggingface.co/spaces/mteb/leaderboard
|
|
414
|
-
|
|
415
|
-
## Citing
|
|
416
|
-
|
|
417
|
-
MTEB was introduced in "[MTEB: Massive Text Embedding Benchmark](https://arxiv.org/abs/2210.07316)", and heavily expanded in "[MMTEB: Massive Multilingual Text Embedding Benchmark](https://arxiv.org/abs/2502.13595)". When using `mteb`, we recommend that you cite both articles.
|
|
418
|
-
|
|
419
|
-
<details>
|
|
420
|
-
<summary> Bibtex Citation (click to unfold) </summary>
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
```bibtex
|
|
424
|
-
@article{muennighoff2022mteb,
|
|
425
|
-
author = {Muennighoff, Niklas and Tazi, Nouamane and Magne, Loïc and Reimers, Nils},
|
|
426
|
-
title = {MTEB: Massive Text Embedding Benchmark},
|
|
427
|
-
publisher = {arXiv},
|
|
428
|
-
journal={arXiv preprint arXiv:2210.07316},
|
|
429
|
-
year = {2022}
|
|
430
|
-
url = {https://arxiv.org/abs/2210.07316},
|
|
431
|
-
doi = {10.48550/ARXIV.2210.07316},
|
|
432
|
-
}
|
|
433
|
-
|
|
434
|
-
@article{enevoldsen2025mmtebmassivemultilingualtext,
|
|
435
|
-
title={MMTEB: Massive Multilingual Text Embedding Benchmark},
|
|
436
|
-
author={Kenneth Enevoldsen and Isaac Chung and Imene Kerboua and Márton Kardos and Ashwin Mathur and David Stap and Jay Gala and Wissam Siblini and Dominik Krzemiński and Genta Indra Winata and Saba Sturua and Saiteja Utpala and Mathieu Ciancone and Marion Schaeffer and Gabriel Sequeira and Diganta Misra and Shreeya Dhakal and Jonathan Rystrøm and Roman Solomatin and Ömer Çağatan and Akash Kundu and Martin Bernstorff and Shitao Xiao and Akshita Sukhlecha and Bhavish Pahwa and Rafał Poświata and Kranthi Kiran GV and Shawon Ashraf and Daniel Auras and Björn Plüster and Jan Philipp Harries and Loïc Magne and Isabelle Mohr and Mariya Hendriksen and Dawei Zhu and Hippolyte Gisserot-Boukhlef and Tom Aarsen and Jan Kostkan and Konrad Wojtasik and Taemin Lee and Marek Šuppa and Crystina Zhang and Roberta Rocca and Mohammed Hamdy and Andrianos Michail and John Yang and Manuel Faysse and Aleksei Vatolin and Nandan Thakur and Manan Dey and Dipam Vasani and Pranjal Chitale and Simone Tedeschi and Nguyen Tai and Artem Snegirev and Michael Günther and Mengzhou Xia and Weijia Shi and Xing Han Lù and Jordan Clive and Gayatri Krishnakumar and Anna Maksimova and Silvan Wehrli and Maria Tikhonova and Henil Panchal and Aleksandr Abramov and Malte Ostendorff and Zheng Liu and Simon Clematide and Lester James Miranda and Alena Fenogenova and Guangyu Song and Ruqiya Bin Safi and Wen-Ding Li and Alessia Borghini and Federico Cassano and Hongjin Su and Jimmy Lin and Howard Yen and Lasse Hansen and Sara Hooker and Chenghao Xiao and Vaibhav Adlakha and Orion Weller and Siva Reddy and Niklas Muennighoff},
|
|
437
|
-
publisher = {arXiv},
|
|
438
|
-
journal={arXiv preprint arXiv:2502.13595},
|
|
439
|
-
year={2025},
|
|
440
|
-
url={https://arxiv.org/abs/2502.13595},
|
|
441
|
-
doi = {10.48550/arXiv.2502.13595},
|
|
442
|
-
}
|
|
443
|
-
```
|
|
444
|
-
</details>
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
If you use any of the specific benchmarks, we also recommend that you cite the authors of both the benchmark and its tasks:
|
|
448
|
-
|
|
449
|
-
```py
|
|
450
|
-
benchmark = mteb.get_benchmark("MTEB(eng, v2)")
|
|
451
|
-
benchmark.citation # get citation for a specific benchmark
|
|
452
|
-
|
|
453
|
-
# you can also create a table of the task for the appendix using:
|
|
454
|
-
benchmark.tasks.to_latex()
|
|
455
|
-
```
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|