NOTE: All Paths are POXIS-style paths (delimited by
/)
that will work in Linux and BSD based Operating Systems.
In Windows: Use
\\as delimiter in paths.
Clone the repository using the command below.
git clone https://github.com/the-visible-ghost/ir26.gitChange current working directory to the repository root using the command below.
cd ir26Create a Python Virtual Environment using the command below -
python -m venv .venvSource activate.bat or activate.fish or activate.zsh etc file based on your shell.
source .venv/bin/activateRun the command below to install required dependencies
pip install -r requirements.txtpython rank.py --candidates ./candidates.jsonl --out ./submission.csv