HHousen / TransformerSum

Models to perform neural summarization (extractive and abstractive) using machine learning transformers and a tool to convert abstractive summarization datasets to the extractive task.
https://transformersum.rtfd.io
GNU General Public License v3.0
429 stars 58 forks source link

Fix empty predictions when no_test_block_trigrams is True #80

Closed Lhemamou closed 1 year ago

Lhemamou commented 1 year ago

Bug fix when no_test_block_trigrams was used, predictions were empty.

Lhemamou commented 1 year ago

Deepsource conflict seems to be from previous comment in the code.

HHousen commented 1 year ago

Good catch. Thanks!