Text Classification
Transformers
Safetensors
PEFT
English
retrievalrouter
feature-extraction
retrieval
document-retrieval
information-retrieval
routing
RAG
query-routing
late-interaction
lora
baseline
custom_code
Instructions to use emrekuruu/RetrievalRouter_Baseline with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use emrekuruu/RetrievalRouter_Baseline with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="emrekuruu/RetrievalRouter_Baseline", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("emrekuruu/RetrievalRouter_Baseline", trust_remote_code=True, device_map="auto") - PEFT
How to use emrekuruu/RetrievalRouter_Baseline with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Use arXiv citation
Browse files
README.md
CHANGED
|
@@ -110,11 +110,14 @@ If you use this baseline, please cite both the RetrievalRouter paper and the ori
|
|
| 110 |
strategy-selection method it is based on:
|
| 111 |
|
| 112 |
```bibtex
|
| 113 |
-
@
|
| 114 |
-
|
| 115 |
-
|
| 116 |
-
|
| 117 |
-
|
|
|
|
|
|
|
|
|
|
| 118 |
}
|
| 119 |
|
| 120 |
@inproceedings{arabzadeh2021predicting,
|
|
|
|
| 110 |
strategy-selection method it is based on:
|
| 111 |
|
| 112 |
```bibtex
|
| 113 |
+
@misc{kuru2026retrievalrouterjointmodalityarchitecture,
|
| 114 |
+
title={RetrievalRouter: Joint Modality and Architecture Selection for Document Retrieval},
|
| 115 |
+
author={Emre Kuru and Mehmet Onur Keskin and Reza Farahbakhsh and Noel Crespi},
|
| 116 |
+
year={2026},
|
| 117 |
+
eprint={2608.25625},
|
| 118 |
+
archivePrefix={arXiv},
|
| 119 |
+
primaryClass={cs.IR},
|
| 120 |
+
url={https://arxiv.org/abs/2608.25625},
|
| 121 |
}
|
| 122 |
|
| 123 |
@inproceedings{arabzadeh2021predicting,
|