Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Latest commit

 

History

History
58 lines (41 loc) · 1.41 KB

README.md

File metadata and controls

58 lines (41 loc) · 1.41 KB

DrQA tf-idf

install

pip install -e git+https://github.com/facebookresearch/DrQA#egg=DrQA
pip install pexpect==4.8

download models

Download the following files in the models folder.

run

python scripts/execute_retrieval.py -m drqa -o predictions/drqa

DPR

install

pip install -e git+https://github.com/facebookresearch/DPR.git#egg=DPR

download models

Download the following files in the models folder.

run

python scripts/execute_retrieval.py -m dpr -o predictions/dpr

BLINK

install

pip install -e git+https://github.com/facebookresearch/BLINK.git#egg=BLINK

download models

Download files in the models folder using the following script: download_models.sh

And this file:

run

python scripts/execute_retrieval.py -m blink -o predictions/blink