andreaschari commited on
Commit
0534e28
·
verified ·
1 Parent(s): aedb5ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -97,4 +97,6 @@ language:
97
 
98
  [XMOD-base](https://huggingface.co/facebook/xmod-base) fine-tuned using [ColBERT-XM](https://huggingface.co/antoinelouis/colbert-xm) methodology on French Translated to Catalan Queries and French Documents from mMARCO/v2.
99
 
100
- Essentially, it's ColBERT-XM but fine-tuned on Catalan-French mMARCOv2 in contrast to MSMARCO of the original ColBERT-XM model.
 
 
 
97
 
98
  [XMOD-base](https://huggingface.co/facebook/xmod-base) fine-tuned using [ColBERT-XM](https://huggingface.co/antoinelouis/colbert-xm) methodology on French Translated to Catalan Queries and French Documents from mMARCO/v2.
99
 
100
+ Essentially, it's ColBERT-XM but fine-tuned on Catalan-French mMARCOv2 in contrast to MSMARCO of the original ColBERT-XM model.
101
+
102
+ 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)