This repository will contain our experiments with the newly released setfit package. https://github.com/huggingface/setfit
Create a virtualenv in your usual way for example
python -m venv .env
then install the dependencies and pre-commit
pip install -r requirements.txt
pip install -e .
pre-commit install
To run tests run pytest