Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,14 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
- vidore-experimental
|
4 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
tags:
|
3 |
- vidore-experimental
|
4 |
+
---
|
5 |
+
|
6 |
+
# Cohere - Embed-English-v3
|
7 |
+
|
8 |
+
This repo simply hosts the ViDoRe results for Cohere's english-embed-v3 model.
|
9 |
+
|
10 |
+
They are calculated as such:
|
11 |
+
|
12 |
+
```bash
|
13 |
+
vidore-benchmark evaluate-retriever --model-class cohere --model-name embed-english-v3.0 --batch-query 40 --batch-passage 1 --collection-name "vidore/vidore-benchmark-667173f98e70a1c0fa4db00d" --split test
|
14 |
+
```
|