andreaschari commited on
Commit
d99335d
·
verified ·
1 Parent(s): 1009112

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -11,4 +11,6 @@ base_model:
11
 
12
  # mt5-base Reranker Linguistic Transfer (Catalan-French)
13
 
14
- This is a variation of Unicamp's [mt5-base Reranker](https://huggingface.co/unicamp-dl/mt5-base-mmarco-v2) initially finetuned on mMARCO. Our model is post-trained on French translated to Catalan Queries and French Documents from MMARCO/v2 used for the "Improving Low-Resource Retrieval Effectiveness using Zero-Shot Linguistic Similarity Transfer" paper
 
 
 
11
 
12
  # mt5-base Reranker Linguistic Transfer (Catalan-French)
13
 
14
+ This is a variation of Unicamp's [mt5-base Reranker](https://huggingface.co/unicamp-dl/mt5-base-mmarco-v2) initially finetuned on mMARCO. Our model is post-trained on French translated to Catalan Queries and French Documents from MMARCO/v2.
15
+
16
+ This model was fine-tuned for the "Improving Low-Resource Retrieval Effectiveness using Zero-Shot Linguistic Similarity Transfer" ECIR2025 paper. The source code for the paper can be found [here](https://github.com/andreaschari/linguistic-transfer)