From 9b2aecebe00e17b9db02d4fd3182df92222d680d Mon Sep 17 00:00:00 2001 From: Isaac Chung Date: Mon, 18 Nov 2024 00:27:54 +0200 Subject: [PATCH] fix: swap touche2020 to maintain compatibility (#1469) swap touche2020 for parity --- mteb/benchmarks/benchmarks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mteb/benchmarks/benchmarks.py b/mteb/benchmarks/benchmarks.py index 743a5bde1..4b5c53c2c 100644 --- a/mteb/benchmarks/benchmarks.py +++ b/mteb/benchmarks/benchmarks.py @@ -106,7 +106,7 @@ def load_results( "StackExchangeClustering.v2", "StackExchangeClusteringP2P.v2", "TRECCOVID", - "Touche2020", + "Touche2020Retrieval.v3", "ToxicConversationsClassification", "TweetSentimentExtractionClassification", "TwentyNewsgroupsClustering.v2", @@ -186,7 +186,7 @@ def load_results( "StackOverflowDupQuestions", "SummEval", "TRECCOVID", - "Touche2020Retrieval.v3", + "Touche2020", "ToxicConversationsClassification", "TweetSentimentExtractionClassification", "TwentyNewsgroupsClustering",