Implementation of the paper: "Low-resource" Text Classification: A Parameter-Free Classification Method with Compressor - Jiang etal
python3 -m venv venv
source venv/bin/activate
python3 -m pip install pip setuptools wheel
python3 -m pip install -e .