ShuyangCao / cliff_summ

Code for EMNLP 2021 paper "CLIFF: Contrastive Learning for Improving Faithfulness and Factuality in Abstractive Summarization"
Apache License 2.0
45 stars 8 forks source link

requirement.txt files missing #1

Open muggin opened 3 years ago

muggin commented 3 years ago

Please add requirements.txt files to subdirectories in the project to make it easier to run the code.

ShuyangCao commented 3 years ago

Thanks for reaching out. Will add them soon.

muggin commented 3 years ago

Any progress on this issue?

ShuyangCao commented 3 years ago

Added. There are also some special instructions for installing some of the packages updated in the README.

chris-opendata commented 1 year ago

I installed a clean python virtual environment following your instructions, but got various errors from various packages such as numpy and hydra-core so far. Would you be able to upload the frozen requirements.txt from your running environment? Thanks