lhbonifacio
commited on
Commit
•
16d7ce6
1
Parent(s):
2b989c7
Update README.md
Browse files
README.md
CHANGED
@@ -11,13 +11,13 @@ tags:
|
|
11 |
datasets:
|
12 |
- msmarco
|
13 |
widget:
|
14 |
-
- text: "Texto de exemplo em
|
15 |
inference: false
|
16 |
---
|
17 |
# mt5-base-en-pt-msmarco Reranker finetuned on Multi MS MARCO
|
18 |
## Introduction
|
19 |
mT5-base-en-pt-msmarco is a mT5-based model finetuned on a bilingual version of MS MARCO passage dataset. This bilingual dataset version is formed by the original MS MARCO dataset (in English) and a Portuguese translated version.
|
20 |
-
Further information about the dataset or the translation method can be found on our [
|
21 |
|
22 |
## Usage
|
23 |
```python
|
@@ -32,9 +32,11 @@ model = MT5ForConditionalGeneration.from_pretrained(model_name)
|
|
32 |
# Citation
|
33 |
If you use mt5-base-en-pt-msmarco, please cite:
|
34 |
|
35 |
-
@
|
36 |
-
title={A
|
37 |
-
author={
|
38 |
-
|
39 |
-
|
40 |
-
|
|
|
|
|
|
11 |
datasets:
|
12 |
- msmarco
|
13 |
widget:
|
14 |
+
- text: "Texto de exemplo em português"
|
15 |
inference: false
|
16 |
---
|
17 |
# mt5-base-en-pt-msmarco Reranker finetuned on Multi MS MARCO
|
18 |
## Introduction
|
19 |
mT5-base-en-pt-msmarco is a mT5-based model finetuned on a bilingual version of MS MARCO passage dataset. This bilingual dataset version is formed by the original MS MARCO dataset (in English) and a Portuguese translated version.
|
20 |
+
Further information about the dataset or the translation method can be found on our paper [**mMARCO: A Multilingual Version of MS MARCO Passage Ranking Dataset**](https://arxiv.org/abs/2108.13897) and [mMARCO](https://github.com/unicamp-dl/mMARCO) repository.
|
21 |
|
22 |
## Usage
|
23 |
```python
|
|
|
32 |
# Citation
|
33 |
If you use mt5-base-en-pt-msmarco, please cite:
|
34 |
|
35 |
+
@misc{bonifacio2021mmarco,
|
36 |
+
title={mMARCO: A Multilingual Version of MS MARCO Passage Ranking Dataset},
|
37 |
+
author={Luiz Henrique Bonifacio and Israel Campiotti and Roberto Lotufo and Rodrigo Nogueira},
|
38 |
+
year={2021},
|
39 |
+
eprint={2108.13897},
|
40 |
+
archivePrefix={arXiv},
|
41 |
+
primaryClass={cs.CL}
|
42 |
+
}
|