lhbonifacio
commited on
Commit
•
84b4284
1
Parent(s):
8a74a30
Update README.md
Browse files
README.md
CHANGED
@@ -14,24 +14,24 @@ widget:
|
|
14 |
- text: "Texto de exemplo em português"
|
15 |
inference: false
|
16 |
---
|
17 |
-
#
|
18 |
## Introduction
|
19 |
-
|
20 |
## Usage
|
21 |
```python
|
22 |
from transformers import AutoTokenizer, AutoModel
|
23 |
|
24 |
-
model_name = 'unicamp-dl/
|
25 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
26 |
model = AutoModel.from_pretrained(model_name)
|
27 |
|
28 |
```
|
29 |
# Citation
|
30 |
-
If you use
|
31 |
|
32 |
@misc{bonifacio2021mmarco,
|
33 |
title={mMARCO: A Multilingual Version of MS MARCO Passage Ranking Dataset},
|
34 |
-
author={Luiz Henrique Bonifacio and Israel Campiotti and Roberto Lotufo and Rodrigo Nogueira},
|
35 |
year={2021},
|
36 |
eprint={2108.13897},
|
37 |
archivePrefix={arXiv},
|
|
|
14 |
- text: "Texto de exemplo em português"
|
15 |
inference: false
|
16 |
---
|
17 |
+
# mMiniLM-L6-v2-pt-msmarco-v1 Reranker finetuned on mMARCO
|
18 |
## Introduction
|
19 |
+
mMiniLM-L6-v2-pt-msmarco-v1 is a multilingual miniLM-based model finetuned on a Portuguese translated version of MS MARCO passage dataset. In the version v1, the Portuguese dataset was translated using [Helsinki](https://huggingface.co/Helsinki-NLP) NMT model. 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.
|
20 |
## Usage
|
21 |
```python
|
22 |
from transformers import AutoTokenizer, AutoModel
|
23 |
|
24 |
+
model_name = 'unicamp-dl/mMiniLM-L6-v2-pt-msmarco-v1'
|
25 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
26 |
model = AutoModel.from_pretrained(model_name)
|
27 |
|
28 |
```
|
29 |
# Citation
|
30 |
+
If you use mMiniLM-L6-v2-pt-msmarco-v1, please cite:
|
31 |
|
32 |
@misc{bonifacio2021mmarco,
|
33 |
title={mMARCO: A Multilingual Version of MS MARCO Passage Ranking Dataset},
|
34 |
+
author={Luiz Henrique Bonifacio and Vitor Jeronymo and Hugo Queiroz Abonizio and Israel Campiotti and Marzieh Fadaee and and Roberto Lotufo and Rodrigo Nogueira},
|
35 |
year={2021},
|
36 |
eprint={2108.13897},
|
37 |
archivePrefix={arXiv},
|