/commonlit-summaries-competition

Source code for the 8th place solution to the CommonLit - Evaluate Student Summaries competition on Kaggle.

Primary LanguagePythonMIT LicenseMIT

commonlit-summaries-competition

Install package for dev

python -m pip install -e ./package[dev]

Install package locally

python -m pip install ./package

Build package

python -m pip install build
python -m build package

Run tests

First download the test data, for example with the Kaggle API:

kaggle competitions download -c commonlit-evaluate-student-summaries

Unzip the data and place it in a directory called data at the top level of the repo. Then run:

pytest package