Skip to content

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

License

Notifications You must be signed in to change notification settings

AMontgomerie/commonlit-summaries-competition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages