A toolkit for end-to-end neural ad hoc retrieval
Project description
Capreolus
Capreolus is a toolkit for conducting end-to-end ad hoc retrieval experiments. Capreolus provides fine control over the entire experimental pipeline through the use of interchangeable and configurable modules.
Read the documentation for a detailed overview.
Quick Start
- Prerequisites: Python 3.6+ and Java 11
- Install the pip package:
pip install capreolus
- Train a model:
capreolus train with reranker=KNRM niters=2 expid=myquickstart
- If the
train
command completed successfully, you've trained your first Capreolus reranker on robust04! This command created several outputs, such as run files, a loss plot, and a ranking metric plot on the dev set queries. To learn about these files and about how to evaluate your model, read about running experiments with Capreolus.
Environment Variables
Capreolus uses environment variables to indicate where outputs should be stored and where document inputs can be found. Consult the table below to determine which variables should be set. Set them either on the fly before running Capreolus (export CAPREOLUS_RESULTS=...
) or by editing your shell's initialization files (e.g., ~/.bashrc
or ~/.zshrc
).
Environment Variable | Default Value | Purpose |
---|---|---|
CAPREOLUS_RESULTS |
~/.capreolus/results/ | Directory where results will be stored |
CAPREOLUS_CACHE |
~/.capreolus/cache/ | Directory used for cache files |
CUDA_VISIBLE_DEVICES |
(unset) | Indicates GPUs available to PyTorch, starting from 0. For example, set to '1' the system's 2nd GPU (as numbered by nvidia-smi ). Set to '' (an empty string) to force CPU. |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for capreolus-0.1.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f169a6c61deffc6346b664383ee2ef7e250bc85262a11571270091a363cc3f50 |
|
MD5 | 2f0649de245a47046dc2e40d5ac88c09 |
|
BLAKE2b-256 | 409e77f83a70bdb83c76e726db2bd25c1b7a5be33594c0b081db152ee8b7bfbf |