Text Ranking
Transformers
Safetensors
multilingual
t5gemma2
text2text-generation
reranker
encoder-decoder
FBNL
Retrieval
RAG
Instructions to use KaLM-Embedding/KaLM-Reranker-V1-Small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KaLM-Embedding/KaLM-Reranker-V1-Small with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("KaLM-Embedding/KaLM-Reranker-V1-Small") model = AutoModelForMultimodalLM.from_pretrained("KaLM-Embedding/KaLM-Reranker-V1-Small") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -203,6 +203,10 @@ rankings: [{'corpus_id': 0, 'score': 0.9999822378158569}, {'corpus_id': 1, 'scor
|
|
| 203 |
'''
|
| 204 |
```
|
| 205 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 206 |
# Citation
|
| 207 |
If you find this model useful, please consider citing our papers.
|
| 208 |
```
|
|
|
|
| 203 |
'''
|
| 204 |
```
|
| 205 |
|
| 206 |
+
# Acknowledgements
|
| 207 |
+
We sincerely thank `jina-reranker-v3` and `Qwen3-Reranker` for their valuable inspiration and contributions to the reranking community, from which we have learned a lot.
|
| 208 |
+
|
| 209 |
+
|
| 210 |
# Citation
|
| 211 |
If you find this model useful, please consider citing our papers.
|
| 212 |
```
|