Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
datasets:
|
| 4 |
+
- unicamp-dl/mmarco
|
| 5 |
+
language:
|
| 6 |
+
- ru
|
| 7 |
+
base_model:
|
| 8 |
+
- unicamp-dl/mt5-base-mmarco-v2
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# mt5-base Reranker RU mMARCO/v2 Native Queries
|
| 12 |
+
|
| 13 |
+
This is a variation of Unicamp's [mt5-base Reranker](https://huggingface.co/unicamp-dl/mt5-base-mmarco-v2) initially finetuned on mMARCOv/2.
|
| 14 |
+
|
| 15 |
+
The model was used for the SIGIR 2025 Short paper: Lost in Transliteration: Bridging the Script Gap in Neural IR.
|