lhbonifacio commited on
Commit
f2140cd
1 Parent(s): 3b0968a

Update README.md

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