lhbonifacio
commited on
Commit
·
60faa76
1
Parent(s):
9e3e285
Initial commit
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ widget:
|
|
14 |
- text: "Texto de exemplo em português"
|
15 |
inference: false
|
16 |
---
|
17 |
-
# multilingual-MiniLM-L6-v2-multi-msmarco Reranker finetuned on
|
18 |
## Introduction
|
19 |
multilingual-MiniLM-L6-v2-multi-msmarco is a multilingual miniLM-based model finetuned on a multilingual version of MS MARCO passage dataset. This dataset, named mMARCO, is formed by passages in 8 different languages, translated from English MS MARCO passages collection.
|
20 |
Further information about the dataset or the translation method can be found on our [Cross-Lingual repository](https://github.com/unicamp-dl/cross-lingual-analysis).
|
@@ -28,3 +28,10 @@ model = AutoModel.from_pretrained(model_name)
|
|
28 |
|
29 |
```
|
30 |
# Citation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
- text: "Texto de exemplo em português"
|
15 |
inference: false
|
16 |
---
|
17 |
+
# multilingual-MiniLM-L6-v2-multi-msmarco Reranker finetuned on mMARCO
|
18 |
## Introduction
|
19 |
multilingual-MiniLM-L6-v2-multi-msmarco is a multilingual miniLM-based model finetuned on a multilingual version of MS MARCO passage dataset. This dataset, named mMARCO, is formed by passages in 8 different languages, translated from English MS MARCO passages collection.
|
20 |
Further information about the dataset or the translation method can be found on our [Cross-Lingual repository](https://github.com/unicamp-dl/cross-lingual-analysis).
|
|
|
28 |
|
29 |
```
|
30 |
# Citation
|
31 |
+
If you use mt5-base-en-pt-msmarco, please cite:
|
32 |
+
@article{rosa2021cost,
|
33 |
+
title={A cost-benefit analysis of cross-lingual transfer methods},
|
34 |
+
author={Rosa, Guilherme Moraes and Bonifacio, Luiz Henrique and de Souza, Leandro Rodrigues and Lotufo, Roberto and Nogueira, Rodrigo},
|
35 |
+
journal={arXiv preprint arXiv:2105.06813},
|
36 |
+
year={2021}
|
37 |
+
}
|