-
## Description
Seeking to confirm the successful fetch of data from a logged in user to VA platform by querying profile information.
Will begin as test user to staging.va.gov and extend to va.gov pro…
-
**Question**
Feedback: How exactly do I adjust the values in the rest_api/config.py file?
**Additional context**
After setting up my own infrastructure that uses a model to query documents throug…
-
I was running "convert_msmarco_doc_to_t5_format.py" to segment each document using a sliding window of 10 sentences and stride of 5 sentences.
```
for ITER in {00..32}; do
python convert_…
-
Thanks a lot for sharing this work and I have successfully reproduced the MRR@10 metrics on the MS Marco Passage ranking task using your published checkpoint. I'm wondering if you are planning on sha…
-
Hello,
Thanks for the great effort.
I am new to parlai. I am interested in training a BART FiD model on my custom data using gold retrieved passages instead of using a DPR-style retriever.
I under…
-
Hi, thanks again for your great work! I was looking at your data and the retrieval evaluation script. I notice that there are many examples with empty gold answers (as you pointed out in the paper, ro…
-
Hi,
Thanks for releasing the code!
I am trying to replicate the MSMARCO DEV passage ranking results using the **quantization** branch but unable to do so.
Here's the set of commands I use to in…
-
# 🚀 Feature request
Dense Passage Retrieval should work with any language model as encoder, in particular also with ELECTRA models.
However, the current implementation of the class `DPREncoder` se…
-
Hello, I was wondering if there were plans to integrate bigbird style models (https://arxiv.org/pdf/2007.14062.pdf) into haystack? It seems to be implemented in FARM but has not made it over here yet.…
-
Hi, I am doing the "Experiments on MS MARCO Passage Retrieval - Dev Subset - with GPU",I want to get the original dev Subset in a tsv file(containing 105 queries),just like 《 Passage Re-ranking with …