-
Hi @thakur-nandan, @nreimers
I am fine-tuning the either `cross-encoder/ms-marco-electra-base` or `cross-encoder/ms-marco-MiniLM-L-12-v2` models on other IR collections (tree-covid or NQ). But the…
-
In this page (https://github.com/Microsoft/CNTK/tree/nikosk/bidaf/Examples/Text/BidirectionalAttentionFlow/msmarco/team_xyz/script), 3 links are provided to download MS MARCO dataset. However these li…
-
Hi, I am trying to download the ms-marco dataset from [here](https://microsoft.github.io/msmarco/).
However, it doesn't matter what version I want, I get an error: 'ResourceNotFound'.
Is there a…
-
Hi @nreimers
I would like to use Bert-base and Bert-large versions cross-encoder trained on ms-marco. I tried to fine-tune `"cross-encoder/ms-marco-MiniLM-L-12-v2"` on NQ and other standard datase…
-
Hi,
Recently I fine-tuned a GTR-Base molde following the [recommended](https://github.com/google-research/t5x_retrieval#quickstart-recommended) steps, using the BEIR MS Marco dataset.
However, aft…
-
Hi everyone,
I have worked with Transformers for just over a year now for other applications like classification and NER, but want to experiment with semantic search now. I work in a pretty specif…
-
```
Disclaimer:
The exact implementation details of the proposal are for the team to review. The purpose of the proposal is to pitch an idea which closes the data->qna->knowledge->finetune loop. I w…
-
Very good paper.
I hope to have a detailed introduction to the "basic training form of dense retrieval" mentioned in the Distant supervision section on page 5. Does it train the query and answer of M…
-
Hello,
I have an (anchor, positive) unlabeled dataset with around 250,000 examples.
Here is the code I use to fine-tune the sentence-transformers/multi-qa-mpnet-base-cos-v1 model on
a subset of MS …
-
Hi,
I'm trying to reproduce your result on TREC 2019 task and I have noticed that TREC actually includes several tasks while it's based on MS MARCO dataset. So may I ask which part of TREC 2019 did …