Spaces:
Running
Running
KennethEnevoldsen
commited on
Commit
•
9c65fce
1
Parent(s):
c83ff74
Rename PawsX to PawsXPairClassification
Browse files- config.yaml +1 -1
- refresh.py +2 -0
config.yaml
CHANGED
@@ -230,7 +230,7 @@ boards:
|
|
230 |
- MasakhaNEWSClusteringS2S (fra)
|
231 |
PairClassification:
|
232 |
- OpusparcusPC (fr)
|
233 |
-
-
|
234 |
Reranking:
|
235 |
- AlloprofReranking
|
236 |
- SyntecReranking
|
|
|
230 |
- MasakhaNEWSClusteringS2S (fra)
|
231 |
PairClassification:
|
232 |
- OpusparcusPC (fr)
|
233 |
+
- PawsXPairClassification (fr)
|
234 |
Reranking:
|
235 |
- AlloprofReranking
|
236 |
- SyntecReranking
|
refresh.py
CHANGED
@@ -214,6 +214,8 @@ def get_mteb_data(tasks=["Clustering"], langs=[], datasets=[], fillna=True, add_
|
|
214 |
datasets.append('MLSUMClusteringP2P')
|
215 |
if ('MLSUMClusteringS2S (fr)' in datasets):
|
216 |
datasets.append('MLSUMClusteringS2S')
|
|
|
|
|
217 |
# Initialize list to models that we cannot fetch metadata from
|
218 |
df_list = []
|
219 |
for model in external_model_results:
|
|
|
214 |
datasets.append('MLSUMClusteringP2P')
|
215 |
if ('MLSUMClusteringS2S (fr)' in datasets):
|
216 |
datasets.append('MLSUMClusteringS2S')
|
217 |
+
if ('PawsX (fr)' in datasets):
|
218 |
+
datasets.append('PawsXPairClassification (fr)')
|
219 |
# Initialize list to models that we cannot fetch metadata from
|
220 |
df_list = []
|
221 |
for model in external_model_results:
|