Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 307 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 307 Bytes

Introduction

Code for the paper: Towards Modular Dense Retrieval with Prompt Tuning.

Installation

For environment, please run sh install_env.sh in a clean conda environment of python>=3.7. Then just run pip install -e.

Reproduction for BEIR

Please refer to examples/condener_beir.