Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 644 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 644 Bytes

Perspective-Aware Natural Language Inference

This repository is in progress. Content will follow soon [22-12-2023].

Getting started

pyenv

We recommend using pyenv or pyenv-win to create a virtual environment for your Python version:

pyenv install 3.11.7
pyenv local 3.11.7

poetry

Install poetry (version 1.7.1) and install all requirements from the pyproject.toml file:

poetry install

Enter into a poetry shell using poetry shell or preface all following commands with poetry run.