Abstractive-Summarization
Abstractive-Summarization copied to clipboard
Implementation of abstractive summarization using LSTM in the encoder-decoder architecture with local attention.
Actually, I was studying the implementation but could not get the pretrained model.I need to get the Seq2seq_summarization.cpkt file. I downloaded the zip file from the repositories but the pretrained...
Trying your method for a different dataset and I am getting a ZeroDivisionError for the Training and Validation Section. I assume that something is not loading properly because there should...
Testing
in your code there is no testing yet, but I see the testing data already exists. how to implement it? is it the same as validation Can you help me...
I am trying to run the code on the other dataset following the instructions in the readme, but I get 'ValueError: setting an array element with a sequence' when I...