You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -36,16 +35,16 @@ All previously submitted results are available results [repository](https://gith
36
35
You can download this using:
37
36
38
37
```python
39
-
from mteb.cache importResultCache
38
+
importmteb
40
39
41
-
cache = ResultCache()
40
+
cache =mteb.ResultCache()
42
41
cache.download_from_remote() # download results from the remote repository
43
42
```
44
43
45
44
From here, you can work with the cache as usual. For instance, if you are selecting the best model for your French and English retrieval task on legal documents, you could fetch the relevant tasks and create a dataframe of the results using the following code:
0 commit comments