Models to perform neural summarization (extractive and abstractive) using machine learning transformers and a tool to convert abstractive summarization datasets to the extractive task.
Technically a duplicate of #78. The solution is to downgrade pytorch-lightning to v1.6.5 by running pip install pytorch-lightning==1.6.5. See #78 for more details.
In helper.py update the pytorch_lightning.callbacks.base.Callback to pytorch_lightning.callbacks.Callback