-
**Question**
I followed the [FAQ tutorial](https://github.com/deepset-ai/haystack/blob/master/tutorials/Tutorial4_FAQ_style_QA.ipynb) to perform semantic search on a dataset with questions and predef…
-
# Summary
Hi,
Following the [Guidelines to choose an index](https://github.com/facebookresearch/faiss/wiki/Guidelines-to-choose-an-index) I am trying this index: `OPQ8_8,IVF65536_HNSW32,PQ8x4fsr…
-
@okhat
Because I have lots of queries that I want to process, I wanted to train in batches so I used the following command for retrieval:
```
!python -m colbert.retrieve --amp --doc_maxlen 51…
-
Thanks for your contribution!
I'd like to ask how many candidate passages used for MSMARCO passage re-ranking?
Thank you!
-
After I run the pack.sh, yyyymmdd.tar.enc file was generated and it has 78MB.
It is not allowed to upload this file directly on the GitHub "add file " button since its size is over 25MB. And I try t…
-
Hi I am currently trying to implement bert for passage reranking in pytorch. Here is the paper and github repo.
https://arxiv.org/abs/1901.04085
https://github.com/nyu-dl/dl4marco-bert
I've downl…
-
BPO | [21227](https://bugs.python.org/issue21227)
--- | :---
Nosy | @tim-one, @rhettinger, @facundobatista, @mdickinson, @skrah, @leewz
Dependencies | bpo-19232: Speed up _decimal import
*Note: these…
-
Hello! The SimpleSearcher class has been quite helpful for me to generate ranked Top K@10 for a BM25 baseline with MSMARCO passage-ranking.
It appears that the output of searcher.search() is conta…
-
What if we performed initial retrieval using the same tokenizer that's used in the transformer-based reranking stage (e.g., BPE, SentencePiece, etc.)? What would be the impact?
-
## Bug
When following the [MS MARCO passage ranking example](https://github.com/luyug/Dense/tree/main/examples/msmarco-passage-ranking) there is a RuntimeError when using multiple GPUs for training. …