manu commited on
Commit
923f2cb
1 Parent(s): 0f5335a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
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
+ ```