Metadata-Version: 2.1
Name: rankers
Version: 0.0.1
Summary: A framework for training and evaluating neural IR models.
Author: Andrew Parry
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# Contrast
A small extension to transformers adding common IR loss components, easy wrappers and callbacks!

## Install 
```
pip install -U git+https://github.com/Parry-Parry/Contrast.git
```
