lhbonifacio
commited on
Commit
•
52523ea
1
Parent(s):
0982d71
Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ inference: false
|
|
15 |
---
|
16 |
# mMiniLM-L6-v2-en-msmarco Reranker finetuned on English MS MARCO
|
17 |
## Introduction
|
18 |
-
mMiniLM-L6-v2-
|
19 |
## Usage
|
20 |
```python
|
21 |
from transformers import AutoTokenizer, AutoModel
|
|
|
15 |
---
|
16 |
# mMiniLM-L6-v2-en-msmarco Reranker finetuned on English MS MARCO
|
17 |
## Introduction
|
18 |
+
mMiniLM-L6-v2-en-msmarco is a multilingual miniLM-based model fine-tuned on English MS MARCO passage dataset. 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.
|
19 |
## Usage
|
20 |
```python
|
21 |
from transformers import AutoTokenizer, AutoModel
|