Datasets:
Tasks:
Text Retrieval
Modalities:
Text
Formats:
json
Sub-tasks:
document-retrieval
Size:
10M - 100M
ArXiv:
Tags:
text-retrieval
Update README.md
Browse files
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
|