Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -31,6 +31,15 @@ Our model primarily demonstrates the following capabilities:
|
|
31 |
|
32 |
We will release a technical report about lightweight reranker soon with more details.
|
33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
|
35 |
## Model List
|
36 |
|
@@ -360,6 +369,8 @@ with torch.no_grad():
|
|
360 |
|
361 |
## Evaluation
|
362 |
|
|
|
|
|
363 |
- **BEIR:**
|
364 |
|
365 |
| BEIR | bge-large-en-v1.5 | Bge-rearanker v2 m3 | jina-reranker-v2-base-multilingual | bge-reranker-v2-gemma | bge-reranker-v2.5-gemma2-lightweight | bge-reranker-v2.5-gemma2-lightweight |
|
|
|
31 |
|
32 |
We will release a technical report about lightweight reranker soon with more details.
|
33 |
|
34 |
+
------
|
35 |
+
|
36 |
+
You can use **bge-reranker-v2.5-gemma2-lightweight** with the following different prompts:
|
37 |
+
|
38 |
+
- Predict whether passage B contains an answer to query A.
|
39 |
+
- Predict whether passages A and B have the same meaning.
|
40 |
+
- Predict whether queries A and B are asking the same thing.
|
41 |
+
- Predict whether argument A and counterargument B express contradictory opinions.
|
42 |
+
|
43 |
|
44 |
## Model List
|
45 |
|
|
|
369 |
|
370 |
## Evaluation
|
371 |
|
372 |
+
Where the configuration of saving 60% Flops is: `compress_ratios=2`, `compress_layer=[8]`, `cutoff_layers=[25]`.
|
373 |
+
|
374 |
- **BEIR:**
|
375 |
|
376 |
| BEIR | bge-large-en-v1.5 | Bge-rearanker v2 m3 | jina-reranker-v2-base-multilingual | bge-reranker-v2-gemma | bge-reranker-v2.5-gemma2-lightweight | bge-reranker-v2.5-gemma2-lightweight |
|