Text Ranking
Transformers
Safetensors
multilingual
t5gemma2
text2text-generation
reranker
encoder-decoder
FBNL
Retrieval
RAG
Instructions to use KaLM-Embedding/KaLM-Reranker-V1-Nano with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KaLM-Embedding/KaLM-Reranker-V1-Nano with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("KaLM-Embedding/KaLM-Reranker-V1-Nano") model = AutoModelForMultimodalLM.from_pretrained("KaLM-Embedding/KaLM-Reranker-V1-Nano") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -67,6 +67,9 @@ Extensive experiments on BEIR, MIRACL, and LMEB show that the KaLM-Reranker-V1 s
|
|
| 67 |
|
| 68 |
```
|
| 69 |
|
|
|
|
|
|
|
|
|
|
| 70 |
# Evaluation
|
| 71 |
## BEIR
|
| 72 |
|
|
|
|
| 67 |
|
| 68 |
```
|
| 69 |
|
| 70 |
+

|
| 71 |
+
|
| 72 |
+
|
| 73 |
# Evaluation
|
| 74 |
## BEIR
|
| 75 |
|