Datasets:

Modalities:
Text
Formats:
json
ArXiv:
Libraries:
Datasets
pandas
michaeldinzinger commited on
Commit
1abff20
·
verified ·
1 Parent(s): c3262ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -3063,8 +3063,6 @@ print(f"Number of queries: {len(queries)}")
3063
 
3064
  Below is a code snippet showing how to evaluate retrieval performance using the `mteb` library:
3065
 
3066
- > **Note**: WebFAQ is not yet available as multilingual task in the `mteb` library. The code snippet below is a placeholder for when it becomes available.
3067
-
3068
  ```python
3069
  from mteb import MTEB
3070
  from mteb.tasks.Retrieval.multilingual.WebFAQRetrieval import WebFAQRetrieval
 
3063
 
3064
  Below is a code snippet showing how to evaluate retrieval performance using the `mteb` library:
3065
 
 
 
3066
  ```python
3067
  from mteb import MTEB
3068
  from mteb.tasks.Retrieval.multilingual.WebFAQRetrieval import WebFAQRetrieval