To install this repository, create a fresh poetry virtual environment. If you haven't used poetry before, it can be helpful to make sure the following poetry config options are set:
poetry config virtualenvs.create true
poetry config virtualenvs.in-project trueYou can check these settings with
poetry config --listThen clone this repository and install it and its dependencies:
git clone https://github.com/evanhanders/polysemantic-benchmark.git
cd polysemantic-benchmark
poetry installOnce the repo is installed, you should be able to run one of the notebooks in the root folder to train or load models.