Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
-
pipeline_tag:
|
| 4 |
tags:
|
| 5 |
- mteb
|
| 6 |
---
|
|
@@ -16,8 +16,8 @@ Note that this repository does not contain the model implementation, but you can
|
|
| 16 |
```python
|
| 17 |
import mteb
|
| 18 |
|
| 19 |
-
task = mteb.get_benchmark("
|
| 20 |
-
model = mteb.get_model("mteb/bm25s")
|
| 21 |
|
| 22 |
results = mteb.evaluate(model, task)
|
| 23 |
```
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
pipeline_tag: text-ranking
|
| 4 |
tags:
|
| 5 |
- mteb
|
| 6 |
---
|
|
|
|
| 16 |
```python
|
| 17 |
import mteb
|
| 18 |
|
| 19 |
+
task = mteb.get_benchmark("RTEB(beta)") # the v2 English benchmark
|
| 20 |
+
model = mteb.get_model("mteb/baseline-bm25s")
|
| 21 |
|
| 22 |
results = mteb.evaluate(model, task)
|
| 23 |
```
|