lhbonifacio
commited on
Commit
•
61acbd9
1
Parent(s):
602357c
Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ inference: false
|
|
17 |
# PTT5-base Reranker finetuned on Portuguese MS MARCO
|
18 |
## Introduction
|
19 |
ptt5-base-msmarco-pt-100k is a T5-based model pretrained in the BrWac corpus, finetuned on Portuguese translated version of MS MARCO passage dataset. This model was finetuned for 100k steps.
|
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 = T5ForConditionalGeneration.from_pretrained(model_name)
|
|
32 |
# Citation
|
33 |
If you use ptt5-base-msmarco-pt-100k, please cite:
|
34 |
|
35 |
-
@
|
36 |
-
title={A
|
37 |
-
author={
|
38 |
-
|
39 |
-
|
40 |
-
|
|
|
|
|
|
17 |
# PTT5-base Reranker finetuned on Portuguese MS MARCO
|
18 |
## Introduction
|
19 |
ptt5-base-msmarco-pt-100k is a T5-based model pretrained in the BrWac corpus, finetuned on Portuguese translated version of MS MARCO passage dataset. This model was finetuned for 100k steps.
|
20 |
+
Further information about the dataset or the translation method can be found on our [**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 ptt5-base-msmarco-pt-100k, 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 |
+
}
|